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 | 韆顔」∬ | 11101000111001101000101011100111101000111000000111101000 | e8e68ae7a381e8 |
EUC-JP | 韆顔」∬ | 1111000011101000101101001110100110001110101000111010001011101010 | f0e8b4e98ea3a2ea |
UTF-8 | 韆顔」∬ | 111010011001111110000110111010011010000110010100111011111011110110100011111000101000100010101100 | e99f86e9a194efbda3e288ac |
UHC | 韆顔?∬ | 11110100110001111110010011010100001111111010000111110011 | f4c7e4d43fa1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)