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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | テョツ仰ャP | 11000011101011101100001010001011110000101010110001010000 | c3aec28bc2ac50 |
EUC-JP | テョツ仰ャP | 1000111011000011100011101010111010001110110000101011011011000100100011101010110001010000 | 8ec38eae8ec2b6c48eac50 |
UTF-8 | テョツ仰ャP | 11101111101111101000001111101111101111011010111011101111101111101000001011100100101110111011000011101111101111011010110001010000 | efbe83efbdaeefbe82e4bbb0efbdac50 |
UHC | ???仰?P | 00111111001111110011111111100100111001100011111101010000 | 3f3f3fe4e63f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)