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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 轢ィ閾ェ@h | 1110011110000000101010001110100010000111101010100100000001101000 | e780a8e887aa4068 |
EUC-JP | 轢ィ閾ェ@h | 11101101111000001000111010101000111011111110011110001110101010100100000001101000 | ede08ea8efe78eaa4068 |
UTF-8 | 轢ィ閾ェ@h | 1110100010111101101000101110111110111101101010001110100110010110101111101110111110111101101010100100000001101000 | e8bda2efbda8e996beefbdaa4068 |
UHC | 轢???@h | 11010101111110010011111100111111001111110100000001101000 | d5f93f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)