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 | 11100111100001101010100011100111100001101010100001000010 | e786a8e786a842 |
EUC-JP | 辭ィ辭ィB | 111011011110011010001110101010001110110111100110100011101010100001000010 | ede68ea8ede68ea842 |
UTF-8 | 辭ィ辭ィB | 11101000101111101010110111101111101111011010100011101000101111101010110111101111101111011010100001000010 | e8beadefbda8e8beadefbda842 |
UHC | 辭?辭?B | 11011110111101100011111111011110111101100011111101000010 | def63fdef63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)