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 | ?γ?臾 | 001111111000001111000001001111111110010001101011 | 3f83c13fe46b |
EUC-JP | ?γ?臾 | 001111111010011011000011001111111110011111001100 | 3fa6c33fe7cc |
UTF-8 | 筽γ렕臾 | 1110011110101101101111011100111010110011111010111010000010010101111010001000011110111110 | e7adbdceb3eba095e887be |
UHC | 筽γ렕臾 | 1110100010100100101001011110001110001110101010101110101110101100 | e8a4a5e38eaaebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)