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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蠅橸スャB | 11100101101000101001111011101111101111011010110001000010 | e5a29eefbdac42 |
EUC-JP | 蠅橸スャB | 111010101010010011011100111100011000111010111101100011101010110001000010 | eaa4dcf18ebd8eac42 |
UTF-8 | 蠅橸スャB | 11101000101000001000010111100110101010011011100011101111101111011011110111101111101111011010110001000010 | e8a085e6a9b8efbdbdefbdac42 |
UHC | 蠅???B | 111000111011001000111111001111110011111101000010 | e3b23f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)