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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?譟驪 | 0011111111100110100111111110100110001011 | 3fe69fe98b |
EUC-JP | 訵譟驪 | 10001111110111011101001111101100101000011111000111101011 | 8fddd3eca1f1eb |
UTF-8 | 訵譟驪 | 111010001010100010110101111010001010110110011111111010011010100110101010 | e8a8b5e8ad9fe9a9aa |
UHC | ??驪 | 00111111001111111101010111110001 | 3f3fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)