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 | 洙?? | 10011111101010100011111100111111 | 9faa3f3f |
EUC-JP | 洙?? | 11011110101011000011111100111111 | deac3f3f |
UTF-8 | 洙롩뢗 | 111001101011010010011001111010111010000110101001111010111010001010010111 | e6b499eba1a9eba297 |
UHC | 洙롩뢗 | 111000101010101010001110111010011000111101010010 | e2aa8ee98f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)