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 | ??H??S^ | 00111111001111110100100000111111001111110101001101011110 | 3f3f483f3f535e |
SJIS-WIN | ?}H?}S^ | 001111111000000101110000010010000011111110000001011100000101001101011110 | 3f8170483f8170535e |
EUC-JP | ?}H?}S^ | 001111111010000111010001010010000011111110100001110100010101001101011110 | 3fa1d1483fa1d1535e |
UTF-8 | 룵}H룵}S^ | 111010111010001110110101111011111011110110011101010010001110101110100011101101011110111110111101100111010101001101011110 | eba3b5efbd9d48eba3b5efbd9d535e |
UHC | 룵}H룵}S^ | 1000111110101010101000111111110101001000100011111010101010100011111111010101001101011110 | 8faaa3fd488faaa3fd535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)