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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 傲?ぎB | 100110001111110000111111100000101010110001000010 | 98fc3f82ac42 |
EUC-JP | 傲?ぎB | 110100001111111000111111101001001010111001000010 | d0fe3fa4ae42 |
UTF-8 | 傲졿ぎB | 11100101100000101011001011101100101000011011111111100011100000011000111001000010 | e582b2eca1bfe3818e42 |
UHC | 傲졿ぎB | 11100111111011001010000011100110101010101010111001000010 | e7eca0e6aaae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)