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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 枝???? | 100011100111110100111111001111110011111100111111 | 8e7d3f3f3f3f |
EUC-JP | 枝?雩?? | 1011101111011110001111111000111111100110111110100011111100111111 | bbde3f8fe6fa3f3f |
UTF-8 | 枝렏雩렭療 | 111001101001111010011101111010111010000010001111111010011001101110101001111010111010000010101101111011111010011110000001 | e69e9deba08fe99ba9eba0adefa781 |
UHC | 枝렏雩렭療 | 11110010101010111000111010100101111010011110110010001110101110101110100011111110 | f2ab8ea5e9ec8ebae8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)