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 | ?碎?? | 0011111111100001111010100011111100111111 | 3fe1ea3f3f |
EUC-JP | ?碎?? | 0011111111100010111011000011111100111111 | 3fe2ec3f3f |
UTF-8 | 롇碎렪렓 | 111010111010000110000111111001111010001010001110111010111010000010101010111010111010000010010011 | eba187e7a28eeba0aaeba093 |
UHC | 롇碎렪렓 | 1000111011001101111000011110111110001110101110001000111010101000 | 8ecde1ef8eb88ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)