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 | ??° | 001111110011111110110000 | 3f3fb0 |
SJIS-WIN | Β`° | 100000111010000010000001010011011000000110001011 | 83a0814d818b |
EUC-JP | Β`° | 101001101010001010100001101011101010000111101011 | a6a2a1aea1eb |
UTF-8 | Β`° | 11001110100100101110111110111101100000001100001010110000 | ce92efbd80c2b0 |
UHC | Β`° | 101001011100001010100011111000001010000111000110 | a5c2a3e0a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)