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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ヘタヘ | 111100101100000011001101111100101111001011000000110011011111001001000010 | f2c0cdf2f2c0cdf242 |
EUC-JP | ?ヘ?タヘ? | 001111111000111011001101001111111000111011000000100011101100110100111111 | 3f8ecd3f8ec08ecd3f |
UTF-8 | ヘタヘ | 111011101000011110110111111011111011111010001101111011101000100010101001111011111011111010000000111011111011111010001101111011101000010110111010 | ee87b7efbe8dee88a9efbe80efbe8dee85ba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)