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 | 磰 | 111001111010001110010000100010111000110110110000 | e7a3908b8db0 |
SJIS-WIN | ?£???° | 0011111110000001100100100011111100111111001111111000000110001011 | 3f81923f3f3f818b |
EUC-JP | ç£???° | 10001111101010111010111010100001111100100011111100111111001111111010000111101011 | 8fabaea1f23f3f3fa1eb |
UTF-8 | 磰 | 110000111010011111000010101000111100001010010000110000101000101111000010100011011100001010110000 | c3a7c2a3c290c28bc28dc2b0 |
UHC | ?????° | 00111111001111110011111100111111001111111010000111000110 | 3f3f3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)