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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疾酌ジ^ | 10001110101111101000111011011110101111001101111001011110 | 8ebe8edebcde5e |
EUC-JP | 疾酌ジ^ | 101111001100000010111100111000001000111010111100100011101101111001011110 | bcc0bce08ebc8ede5e |
UTF-8 | 疾酌ジ^ | 11100111100101101011111011101001100001011000110011101111101111011011110011101111101111101001111001011110 | e796bee9858cefbdbcefbe9e5e |
UHC | 疾酌??^ | 11110010111100001110110111001100001111110011111101011110 | f2f0edcc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)