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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??存お⊂ | 0011111100111111100100011011011010000010101010001000000110111100 | 3f3f91b682a881bc |
EUC-JP | ??存お⊂ | 0011111100111111110000101011100010100100101010101010001010111110 | 3f3fc2b8a4aaa2be |
UTF-8 | 룵ㄱ存お⊂ | 111010111010001110110101111000111000010010110001111001011010110110011000111000111000000110001010111000101000101010000010 | eba3b5e384b1e5ad98e3818ae28a82 |
UHC | 룵ㄱ存お⊂ | 10001111101010101010010010100001111100001110110110101010101010101010000111111000 | 8faaa4a1f0edaaaaa1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)