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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉤玲ィカ | 111001111110101010010111111001101010100010110110 | e7ea97e6a8b6 |
EUC-JP | 鉤玲ィカ | 1110111011101100110011101110100010001110101010001000111010110110 | eeeccee88ea88eb6 |
UTF-8 | 鉤玲ィカ | 111010011000100110100100111001111000111010110010111011111011110110101000111011111011110110110110 | e989a4e78eb2efbda8efbdb6 |
UHC | 鉤玲?? | 110011111100100111010110101111000011111100111111 | cfc9d6bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)