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 | «Ê°T | 1000111110101011110010101011000001010100 | 8fabcab054 |
SJIS-WIN | ???°T | 001111110011111100111111100000011000101101010100 | 3f3f3f818b54 |
EUC-JP | ??Ê°T | 0011111100111111100011111010101010110100101000011110101101010100 | 3f3f8faab4a1eb54 |
UTF-8 | «Ê°T | 110000101000111111000010101010111100001110001010110000101011000001010100 | c28fc2abc38ac2b054 |
UHC | ???°T | 001111110011111100111111101000011100011001010100 | 3f3f3fa1c654 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)