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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闌ォム芽冠 | 1110100010001100101010111101000110001001111010001000101010100101 | e88cabd189e88aa5 |
EUC-JP | 闌ォム芽冠 | 11101111111011001000111010101011100011101101000110110010111010101011010010100111 | efec8eab8ed1b2eab4a7 |
UTF-8 | 闌ォム芽冠 | 111010011001011110001100111011111011110110101011111011111011111010010001111010001000101010111101111001011000011010100000 | e9978cefbdabefbe91e88abde586a0 |
UHC | ???芽冠 | 00111111001111110011111111100100101101001100111010101110 | 3f3f3fe4b4ceae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)