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 | 浴??帳?? | 1001011110000001001111110011111110010010101000000011111100111111 | 97813f3f92a03f3f |
EUC-JP | 浴??帳?? | 1100110111100001001111110011111111000100101000100011111100111111 | cde13f3fc4a23f3f |
UTF-8 | 浴좄뻗帳쏉풆 | 111001101011010110110100111011001010001010000100111010111011101110010111111001011011100010110011111011001000111110001001111011011001001010000110 | e6b5b4eca284ebbb97e5b8b3ec8f89ed9286 |
UHC | 浴좄뻗帳쏉풆 | 111010011011000110100000111010001011101110111000111011011110001110011011111011111011111010001110 | e9b1a0e8bbb8ede39befbe8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)