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 | 糶糶 | 1110001011111010111000101111101011110010111101011111001010111001 | e2fae2faf2f5f2b9 |
EUC-JP | 糶糶?? | 111001001111110011100100111111000011111100111111 | e4fce4fc3f3f |
UTF-8 | 糶糶 | 111001111011001110110110111001111011001110110110111011101000100010101100111011101000011110110000 | e7b3b6e7b3b6ee88acee87b0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)