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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韆顔」∬ウ | 1110100011100110100010101110011110100011100000011110100010110011 | e8e68ae7a381e8b3 |
EUC-JP | 韆顔」∬ウ | 11110000111010001011010011101001100011101010001110100010111010101000111010110011 | f0e8b4e98ea3a2ea8eb3 |
UTF-8 | 韆顔」∬ウ | 111010011001111110000110111010011010000110010100111011111011110110100011111000101000100010101100111011111011110110110011 | e99f86e9a194efbda3e288acefbdb3 |
UHC | 韆顔?∬? | 1111010011000111111001001101010000111111101000011111001100111111 | f4c7e4d43fa1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)