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 | 臟嵌? | 1110010001100110100110111100011000111111 | e4669bc63f |
EUC-JP | 臟嵌? | 1110011111000111110101101100100000111111 | e7c7d6c83f |
UTF-8 | 臟嵌살 | 111010001000011110011111111001011011010110001100111011001000001010110100 | e8879fe5b58cec82b4 |
UHC | 臟嵌살 | 111011011111010011001010111011101011101111101100 | edf4caeebbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)