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 | 鉤鈴ーケ | 111001111110101010010111111010011011000010111001 | e7ea97e9b0b9 |
EUC-JP | 鉤鈴ーケ | 1110111011101100110011101110101110001110101100001000111010111001 | eeecceeb8eb08eb9 |
UTF-8 | 鉤鈴ーケ | 111010011000100110100100111010011000100010110100111011111011110110110000111011111011110110111001 | e989a4e988b4efbdb0efbdb9 |
UHC | 鉤鈴?? | 110011111100100111010110110000100011111100111111 | cfc9d6c23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)