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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 燾順n燾順nB | 1111101101011010100011111000011101101110111110110101101010001111100001110110111001000010 | fb5a8f876efb5a8f876e42 |
EUC-JP | 燾順n燾順nB | 10001111110010101011110110111101111001110110111010001111110010101011110110111101111001110110111001000010 | 8fcabdbde76e8fcabdbde76e42 |
UTF-8 | 燾順n燾順nB | 111001111000011110111110111010011010000010000110011011101110011110000111101111101110100110100000100001100110111001000010 | e787bee9a0866ee787bee9a0866e42 |
UHC | 燾順n燾順nB | 1101010010100111111000101111011101101110110101001010011111100010111101110110111001000010 | d4a7e2f76ed4a7e2f76e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)