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 | ??覡 | 00111111001111111110011001001101 | 3f3fe64d |
EUC-JP | ??覡 | 00111111001111111110101110101110 | 3f3febae |
UTF-8 | 뤻죴覡 | 111010111010010010111011111011001010001110110100111010001010011010100001 | eba4bbeca3b4e8a6a1 |
UHC | 뤻죴覡 | 100011111110100110100001100011111100110010101111 | 8fe9a18fccaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)