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 | 鉤牙」ォ | 111001111110101010001001111001011010001110101011 | e7ea89e5a3ab |
EUC-JP | 鉤牙」ォ | 1110111011101100101100101110011110001110101000111000111010101011 | eeecb2e78ea38eab |
UTF-8 | 鉤牙」ォ | 111010011000100110100100111001111000100110011001111011111011110110100011111011111011110110101011 | e989a4e78999efbda3efbdab |
UHC | 鉤牙?? | 110011111100100111100100101100110011111100111111 | cfc9e4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)