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 | 円??飮 | 100010010111111000111111001111111001111101011010 | 897e3f3f9f5a |
EUC-JP | 円??飮 | 101100011101111100111111001111111101110110111011 | b1df3f3fddbb |
UTF-8 | 円ㅳ굩飮 | 111001011000011010000110111000111000010110110011111010101011010110101001111010011010001110101110 | e58686e385b3eab5a9e9a3ae |
UHC | 円ㅳ굩飮 | 1110010111110111101001001110001110000010100011111110101111100110 | e5f7a4e3828febe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)