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 | 癲??洵→ | 1110000110011111001111110011111110011111101010111000000110101000 | e19f3f3f9fab81a8 |
EUC-JP | 癲??洵→ | 1110001010100001001111110011111111011110101011011010001010101010 | e2a13f3fdeada2aa |
UTF-8 | 癲ⓥ뫖洵→ | 111001111001100110110010111000101001001110100101111010111010101110010110111001101011010010110101111000101000011010010010 | e799b2e293a5ebab96e6b4b5e28692 |
UHC | 癲ⓥ뫖洵→ | 11101111101001101010100011100010100100011011100011100010111001111010000111100110 | efa6a8e291b8e2e7a1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)