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 | 脣??淳 | 111000111111101000111111001111111000111101111110 | e3fa3f3f8f7e |
EUC-JP | 脣??淳 | 111001101111110000111111001111111011110111011111 | e6fc3f3fbddf |
UTF-8 | 脣뒉둈淳 | 111010001000010010100011111010111001001010001001111010111001000110001000111001101011011110110011 | e884a3eb9289eb9188e6b7b3 |
UHC | 脣뒉둈淳 | 1110001011101110100010101000011010001010010001001110001011101000 | e2ee8a868a44e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)