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 | 洙所衰 | 100111111010101010001111100010101001000010001010 | 9faa8f8a908a |
EUC-JP | 洙所衰 | 110111101010110010111101111010101011111111101010 | deacbdeabfea |
UTF-8 | 洙所衰 | 111001101011010010011001111001101000100110000000111010001010000110110000 | e6b499e68980e8a1b0 |
UHC | 洙所衰 | 111000101010101011100001101101101110000111110001 | e2aae1b6e1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)