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 | 鉤牙ァソ | 111001111110101010001001111001011010011110111111 | e7ea89e5a7bf |
EUC-JP | 鉤牙ァソ | 1110111011101100101100101110011110001110101001111000111010111111 | eeecb2e78ea78ebf |
UTF-8 | 鉤牙ァソ | 111010011000100110100100111001111000100110011001111011111011110110100111111011111011110110111111 | e989a4e78999efbda7efbdbf |
UHC | 鉤牙?? | 110011111100100111100100101100110011111100111111 | cfc9e4b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)