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 | ???j^ | 0011111100111111001111110110101001011110 | 3f3f3f6a5e |
SJIS-WIN | 辿俗造j^ | 1001001001001000100100011010110110010001101000100110101001011110 | 924891ad91a26a5e |
EUC-JP | 辿俗造j^ | 1100001110101001110000101010111111000010101001000110101001011110 | c3a9c2afc2a46a5e |
UTF-8 | 辿俗造j^ | 1110100010111110101111111110010010111111100101111110100110000000101000000110101001011110 | e8bebfe4bf97e980a06a5e |
UHC | ?俗造j^ | 00111111111000011101010011110000111000110110101001011110 | 3fe1d4f0e36a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)