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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????菖? | 00111111001111110011111100111111100011111101001000111111 | 3f3f3f3f8fd23f |
EUC-JP | ????菖? | 00111111001111110011111100111111101111101101010000111111 | 3f3f3f3fbed43f |
UTF-8 | 렱렗셴양菖렔 | 111010111010000010110001111010111010000010010111111011001000010110110100111011001001011010010001111010001000111110010110111010111010000010010100 | eba0b1eba097ec85b4ec9691e88f96eba094 |
UHC | 렱렗셴양菖렔 | 100011101011111010001110101011001011110011001111101111101110011111110011111011101000111010101001 | 8ebe8eacbccfbee7f3ee8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)