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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襄冗去 | 111001011111010110001111111001111000101110001110 | e5f58fe78b8e |
EUC-JP | 襄冗去 | 111010101111011110111110111010011011010111101110 | eaf7bee9b5ee |
UTF-8 | 襄冗去 | 111010001010010110000100111001011000011010010111111001011000111010111011 | e8a584e58697e58ebb |
UHC | 襄冗去 | 111001011101000111101001101101111100101111011011 | e5d1e9b7cbdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)