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 | 銹顔ャ狗 | 11100111111101101000101011100111101011001000101111100111 | e7f68ae7ac8be7 |
EUC-JP | 銹顔ャ狗 | 1110111011111000101101001110100110001110101011001011011011101001 | eef8b4e98eacb6e9 |
UTF-8 | 銹顔ャ狗 | 111010011000101010111001111010011010000110010100111011111011110110101100111001111000101110010111 | e98ab9e9a194efbdace78b97 |
UHC | 銹顔?狗 | 11100010110010001110010011010100001111111100111110110111 | e2c8e4d43fcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)