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 | 1111101010110110100100101110101111100110101001011011100001000010 | fab692ebe6a5b842 |
EUC-JP | 巐庭讌クB | 10001111101110111111100111000100111011011110110010100111100011101011100001000010 | 8fbbf9c4edeca78eb842 |
UTF-8 | 巐庭讌クB | 11100101101101111001000011100101101110101010110111101000101011101000110011101111101111011011100001000010 | e5b790e5baade8ae8cefbdb842 |
UHC | ?庭??B | 001111111110111111010100001111110011111101000010 | 3fefd43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)