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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???逸?? | 00111111001111110011111110001000111011010011111100111111 | 3f3f3f88ed3f3f |
EUC-JP | 縯??逸?? | 100011111101010011001011001111110011111110110000111011110011111100111111 | 8fd4cb3f3fb0ef3f3f |
UTF-8 | 縯롫뎿逸사뛾 | 111001111011100010101111111010111010000110101011111010111000111010111111111010011000000010111000111011001000001010101100111010111001101110111110 | e7b8afeba1abeb8ebfe980b8ec82aceb9bbe |
UHC | 縯롫뎿逸사뛾 | 111001101110000010001110111010111000100110010010111011001110111110111011111001111000110110000100 | e6e08eeb8992ecefbbe78d84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)