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 | »Ê²éÞ¥ | 10001111101110111100101010110010111010011101111010100101 | 8fbbcab2e9dea5 |
SJIS-WIN | ??????¥ | 0011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f818f |
EUC-JP | ??Ê?éÞ? | 00111111001111111000111110101010101101000011111110001111101010111011000110001111101010011011000000111111 | 3f3f8faab43f8fabb18fa9b03f |
UTF-8 | »Ê²éÞ¥ | 1100001010001111110000101011101111000011100010101100001010110010110000111010100111000011100111101100001010100101 | c28fc2bbc38ac2b2c3a9c39ec2a5 |
UHC | ???²?Þ? | 001111110011111100111111101010011111011100111111101010001010110100111111 | 3f3f3fa9f73fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)