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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??屑^ | 0011111100111111100010111111101101011110 | 3f3f8bfb5e |
EUC-JP | ??屑^ | 0011111100111111101101101111110101011110 | 3f3fb6fd5e |
UTF-8 | 뾸蟬屑^ | 11101011101111101011100011101000100111111010110011100101101100011001000101011110 | ebbeb8e89face5b1915e |
UHC | 뾸蟬屑^ | 10010111011110101110000011010001111000001101101001011110 | 977ae0d1e0da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)