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 | 洙롨렠 | 111001101011010010011001111010111010000110101000111010111010000010100000 | e6b499eba1a8eba0a0 |
UHC | 洙롨렠 | 111000101010101010001110111010001000111010110001 | e2aa8ee88eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)