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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 辿俗造I | 10010010010010001001000110101101100100011010001001001001 | 924891ad91a249 |
EUC-JP | 辿俗造I | 11000011101010011100001010101111110000101010010001001001 | c3a9c2afc2a449 |
UTF-8 | 辿俗造I | 11101000101111101011111111100100101111111001011111101001100000001010000001001001 | e8bebfe4bf97e980a049 |
UHC | ?俗造I | 001111111110000111010100111100001110001101001001 | 3fe1d4f0e349 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)