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 | 踈顔投踈 | 1110011011110001100010101110011110010011100010101110011011110001 | e6f18ae7938ae6f1 |
EUC-JP | 踈顔投踈 | 1110110011110011101101001110100111000101111010101110110011110011 | ecf3b4e9c5eaecf3 |
UTF-8 | 踈顔投踈 | 111010001011100010001000111010011010000110010100111001101000101010010101111010001011100010001000 | e8b888e9a194e68a95e8b888 |
UHC | ?顔投? | 001111111110010011010100111101111110000100111111 | 3fe4d4f7e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)