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 | 轉??? | 1110011101111010001111110011111100111111 | e77a3f3f3f |
EUC-JP | 轉??? | 1110110111011011001111110011111100111111 | eddb3f3f3f |
UTF-8 | 轉섯겜랖 | 111010001011110110001001111011001000010010101111111010101011001010011100111010111001111010010110 | e8bd89ec84afeab29ceb9e96 |
UHC | 轉섯겜랖 | 1110111110101110101111001011100010110000110101111011011011111101 | efaebcb8b0d7b6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)