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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???髥 | 001111110011111100111111100011111110100111110000 | 3f3f3f8fe9f0 |
UTF-8 | 燎꾦큺髥 | 111011111010011110000000111010101011111010100110111011011000000110111010111010011010101110100101 | efa780eabea6ed81bae9aba5 |
UHC | 燎꾦큺髥 | 1110100011111011100001001110100110110100100010011110011110100011 | e8fb84e9b489e7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)