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 | ??洩 | 00111111001111111000100101101011 | 3f3f896b |
EUC-JP | ??洩 | 00111111001111111011000111001100 | 3f3fb1cc |
UTF-8 | 롍렔洩 | 111010111010000110001101111010111010000010010100111001101011010010101001 | eba18deba094e6b4a9 |
UHC | 롍렔洩 | 100011101101001110001110101010011110000011011101 | 8ed38ea9e0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)