To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ら?徇 | 001111111000001011100111001111111001110001101101 | 3f82e73f9c6d |
EUC-JP | 濚ら?徇 | 1000111111001001101000011010010011101001001111111101011111001110 | 8fc9a1a4e93fd7ce |
UTF-8 | 濚ら걗徇 | 111001101011111110011010111000111000001010001001111010101011000110010111111001011011111010000111 | e6bf9ae38289eab197e5be87 |
UHC | 濚ら걗徇 | 1110011110111001101010101110100110000001100000101110001011011111 | e7b9aae98182e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)