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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 浴??帳←ズ | 10010111100000010011111100111111100100101010000010000001101010011000001101011001 | 97813f3f92a081a98359 |
EUC-JP | 浴??帳←ズ | 11001101111000010011111100111111110001001010001010100010101010111010010110111010 | cde13f3fc4a2a2aba5ba |
UTF-8 | 浴좄뻗帳←ズ | 111001101011010110110100111011001010001010000100111010111011101110010111111001011011100010110011111000101000011010010000111000111000001010111010 | e6b5b4eca284ebbb97e5b8b3e28690e382ba |
UHC | 浴좄뻗帳←ズ | 111010011011000110100000111010001011101110111000111011011110001110100001111001111010101110111010 | e9b1a0e8bbb8ede3a1e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)