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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔟駕戎蔕 | 1110010011110101100010011110110110001111010111101110010011110110 | e4f589ed8f5ee4f6 |
EUC-JP | 蔟駕戎蔕 | 1110100011110111101100101110111110111101101111111110100011111000 | e8f7b2efbdbfe8f8 |
UTF-8 | 蔟駕戎蔕 | 111010001001010010011111111010011010011110010101111001101000100010001110111010001001010010010101 | e8949fe9a795e6888ee89495 |
UHC | ?駕戎? | 001111111100101010111101111010111101010000111111 | 3fcabdebd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)