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 | ?????瓣 | 00111111001111110011111100111111001111111110000101000001 | 3f3f3f3f3fe141 |
EUC-JP | ?????瓣 | 00111111001111110011111100111111001111111110000110100010 | 3f3f3f3f3fe1a2 |
UTF-8 | 룴찹∼룶엑瓣 | 111010111010001110110100111011001011000010111001111000101000100010111100111010111010001110110110111011001001011110010001111001111001001110100011 | eba3b4ecb0b9e288bceba3b6ec9791e793a3 |
UHC | 룴찹∼룶엑瓣 | 100011111010100111000010111111011010000110101101100011111010101110111111101000101111011111111011 | 8fa9c2fda1ad8fabbfa2f7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)