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該? | 1000111110000100001111111000001001010101100010100101100100111111 | 8f843f82558a593f |
EUC-JP | 巡?6該? | 1011110111100100001111111010001110110110101100111011101000111111 | bde43fa3b6b3ba3f |
UTF-8 | 巡볥6該듑 | 111001011011011110100001111010111011001110100101111011111011110010010110111010001010100110110010111010111001001110010001 | e5b7a1ebb3a5efbc96e8a9b2eb9391 |
UHC | 巡볥6該듑 | 11100010110111101001001111101011101000111011011011111010101100011000101011000011 | e2de93eba3b6fab18ac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)