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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 辿俗贈綻h | 100100100100100010010001101011011001000110100001100100100101110101101000 | 924891ad91a1925d68 |
EUC-JP | 辿俗贈綻h | 110000111010100111000010101011111100001010100011110000111011111001101000 | c3a9c2afc2a3c3be68 |
UTF-8 | 辿俗贈綻h | 11101000101111101011111111100100101111111001011111101000101101001000100011100111101101101011101101101000 | e8bebfe4bf97e8b488e7b6bb68 |
UHC | ?俗贈綻h | 0011111111100001110101001111000111111100111101111010101001101000 | 3fe1d4f1fcf7aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)