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 | ?????gB | 00111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f6742 |
SJIS-WIN | ?灑???gB | 0011111111100000011100100011111100111111001111110110011101000010 | 3fe0723f3f3f6742 |
EUC-JP | ?灑???gB | 0011111111011111110100110011111100111111001111110110011101000010 | 3fdfd33f3f3f6742 |
UTF-8 | 렱灑렫렯렓gB | 1110101110100000101100011110011110000001100100011110101110100000101010111110101110100000101011111110101110100000100100110110011101000010 | eba0b1e78191eba0abeba0afeba0936742 |
UHC | 렱灑렫렯렓gB | 100011101011111011100001111011101000111010111001100011101011110010001110101010000110011101000010 | 8ebee1ee8eb98ebc8ea86742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)