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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 醍???A | 100100011110011100111111001111110011111101000001 | 91e73f3f3f41 |
EUC-JP | 醍???A | 110000101110100100111111001111110011111101000001 | c2e93f3f3f41 |
UTF-8 | 醍닺렩렊A | 11101001100001101000110111101011100010111011101011101011101000001010100111101011101000001000101001000001 | e9868deb8bbaeba0a9eba08a41 |
UHC | 醍닺렩렊A | 111100001011010110110100111010001000111010110111100011101010000101000001 | f0b5b4e88eb78ea141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)