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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 掌ь? | 1000111110110110100001001000111000111111 | 8fb6848e3f |
EUC-JP | 掌ь? | 1011111010111000101001111110111000111111 | beb8a7ee3f |
UTF-8 | 掌ь몤 | 1110011010001110100011001101000110001100111010111010101010100100 | e68e8cd18cebaaa4 |
UHC | 掌ь몤 | 111011011110011010101100111011101001000110010010 | ede6acee9192 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)