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 | 蓚種悉 | 111001001110100110001110111011011000111010111011 | e4e98eed8ebb |
EUC-JP | 蓚種悉 | 111010001110101110111100111011111011110010111101 | e8ebbcefbcbd |
UTF-8 | 蓚種悉 | 111010001001001110011010111001111010100010101110111001101000001010001001 | e8939ae7a8aee68289 |
UHC | 蓚種悉 | 111000101011111011110000111110101110001111111010 | e2bef0fae3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)