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 | 蔭ο┸ | 100010001111110010000011110011011000010010111101 | 88fc83cd84bd |
EUC-JP | 蔭ο┸ | 101100001111111010100110110011111010100010111111 | b0fea6cfa8bf |
UTF-8 | 蔭ο┸ | 1110100010010100101011011100111010111111111000101001010010111000 | e894adcebfe294b8 |
UHC | 蔭ο┸ | 111010111110001110100101111011111010011010111111 | ebe3a5efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)