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 | 閼俶亮 | 111010001000010010011000111001101001011110111010 | e88498e697ba |
EUC-JP | 閼俶亮 | 111011111110010011010000111010001100111010111100 | efe4d0e8cebc |
UTF-8 | 閼俶亮 | 111010011001011010111100111001001011111110110110111001001011101010101110 | e996bce4bfb6e4baae |
UHC | 閼?亮 | 1110010011011001001111111101010111010101 | e4d93fd5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)