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 | BaBNBaBN^ | 10011010010000100110000110011010010000100100111010011010010000100110000110011010010000100100111001011110 | 9a42619a424e9a42619a424e5e |
SJIS-WIN | ?Ba?BN?Ba?BN^ | 00111111010000100110000100111111010000100100111000111111010000100110000100111111010000100100111001011110 | 3f42613f424e3f42613f424e5e |
EUC-JP | ?Ba?BN?Ba?BN^ | 00111111010000100110000100111111010000100100111000111111010000100110000100111111010000100100111001011110 | 3f42613f424e3f42613f424e5e |
UTF-8 | BaBNBaBN^ | 1100001010011010010000100110000111000010100110100100001001001110110000101001101001000010011000011100001010011010010000100100111001011110 | c29a4261c29a424ec29a4261c29a424e5e |
UHC | ?Ba?BN?Ba?BN^ | 00111111010000100110000100111111010000100100111000111111010000100110000100111111010000100100111001011110 | 3f42613f424e3f42613f424e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)