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 | 遙μ? | 1110101010100001100000111100101000111111 | eaa183ca3f |
EUC-JP | 遙μ? | 1111010010100011101001101100110000111111 | f4a3a6cc3f |
UTF-8 | 遙μ닼 | 1110100110000001100110011100111010111100111010111000101110111100 | e98199cebceb8bbc |
UHC | 遙μ닼 | 111010011010101110100101111011001000100010101010 | e9aba5ec88aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)