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 | ???臾?? | 00111111001111110011111111100100011010110011111100111111 | 3f3f3fe46b3f3f |
EUC-JP | ???臾?? | 00111111001111110011111111100111110011000011111100111111 | 3f3f3fe7cc3f3f |
UTF-8 | 列룸룳臾뚮뼩 | 111011111010011010011100111010111010001110111000111010111010001110110011111010001000011110111110111010111001101010101110111010111011110010101001 | efa69ceba3b8eba3b3e887beeb9aaeebbca9 |
UHC | 列룸룳臾뚮뼩 | 111001101110101010110111111010111000111110101000111010111010110010001100111010111001011010101100 | e6eab7eb8fa8ebac8ceb96ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)