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 | 巡?6億? | 1000111110000100001111111000001001010101100010011010110100111111 | 8f843f825589ad3f |
EUC-JP | 巡?6億? | 1011110111100100001111111010001110110110101100101010111100111111 | bde43fa3b6b2af3f |
UTF-8 | 巡볥6億갌 | 111001011011011110100001111010111011001110100101111011111011110010010110111001011000010010000100111010101011000010001100 | e5b7a1ebb3a5efbc96e58484eab08c |
UHC | 巡볥6億갌 | 11100010110111101001001111101011101000111011011011100101111000101000000101000110 | e2de93eba3b6e5e28146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)