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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 慯箜瞽 | 100111001101000111100010101100011110000111011010 | 9cd1e2b1e1da |
EUC-JP | 慯箜瞽 | 110110001101001111100100101100111110001011011100 | d8d3e4b3e2dc |
UTF-8 | 慯箜瞽 | 111001101000010110101111111001111010111010011100111001111001111010111101 | e685afe7ae9ce79ebd |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)