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 | 糯糶゙ | 11100010111101111110001011111010111100101110101011011110 | e2f7e2faf2eade |
EUC-JP | 糯糶?゙ | 11100100111110011110010011111100001111111000111011011110 | e4f9e4fc3f8ede |
UTF-8 | 糯糶゙ | 111001111011001110101111111001111011001110110110111011101000100010100001111011111011111010011110 | e7b3afe7b3b6ee88a1efbe9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)