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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ∵?牆?◆B | 100000011110011000111111111000001010110100111111100000011001111101000010 | 81e63fe0ad3f819f42 |
EUC-JP | ∵?牆?◆B | 101000101110100000111111111000001010111100111111101000101010000101000010 | a2e83fe0af3fa2a142 |
UTF-8 | ∵룫牆◈◆B | 11100010100010001011010111101011101000111010101111100111100010011000011011100010100101111000100011100010100101111000011001000010 | e288b5eba3abe78986e29788e2978642 |
UHC | ∵룫牆◈◆B | 1010000111110001100011111010001011101101111011011010001011000010101000011101111101000010 | a1f18fa2ededa2c2a1df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)