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 | ???eB | 0011111100111111001111110110010101000010 | 3f3f3f6542 |
SJIS-WIN | 辿樽叩eB | 1001001001001000100100100100110110010010010000000110010101000010 | 9248924d92406542 |
EUC-JP | 辿樽叩eB | 1100001110101001110000111010111011000011101000010110010101000010 | c3a9c3aec3a16542 |
UTF-8 | 辿樽叩eB | 1110100010111110101111111110011010101000101111011110010110001111101010010110010101000010 | e8bebfe6a8bde58fa96542 |
UHC | ?樽叩eB | 00111111111100011101110011001101101100000110010101000010 | 3ff1dccdb06542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)