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 | 逸??日溪? | 100010001110110100111111001111111001001111111010100111111110001000111111 | 88ed3f3f93fa9fe23f |
EUC-JP | 逸??日溪? | 101100001110111100111111001111111100011011111100110111101110010000111111 | b0ef3f3fc6fcdee43f |
UTF-8 | 逸쇤벳日溪뤗 | 111010011000000010111000111011001000011110100100111010111011001010110011111001101001011110100101111001101011101010101010111010111010010010010111 | e980b8ec87a4ebb2b3e697a5e6baaaeba497 |
UHC | 逸쇤벳日溪뤗 | 111011001110111110111100111010011011101010101010111011001110110111001101101000101000111111000111 | ecefbce9baaaecedcda28fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)