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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 迯冗梓^ | 11100111100011011000111111100111100010001011001001011110 | e78d8fe788b25e |
EUC-JP | 迯冗梓^ | 11101101111011011011111011101001101100001011010001011110 | ededbee9b0b45e |
UTF-8 | 迯冗梓^ | 11101000101111111010111111100101100001101001011111100110101000101001001101011110 | e8bfafe58697e6a2935e |
UHC | ?冗梓^ | 001111111110100110110111111011101010100101011110 | 3fe9b7eea95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)