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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??町???h | 0011111100111111100100101010110000111111001111110011111101101000 | 3f3f92ac3f3f3f68 |
EUC-JP | 鋌?町???h | 10001111111001001011101100111111110001001010111000111111001111110011111101101000 | 8fe4bb3fc4ae3f3f3f68 |
UTF-8 | 鋌렫町펨렗렊h | 11101001100010111000110011101011101000001010101111100111100101001011101011101101100011101010100011101011101000001001011111101011101000001000101001101000 | e98b8ceba0abe794baed8ea8eba097eba08a68 |
UHC | 鋌렫町펨렗렊h | 11101111111110111000111010111001111011111110101111000110111010001000111010101100100011101010000101101000 | effb8eb9efebc6e88eac8ea168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)