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 | 汀?萄 | 1001001011110011001111111001001110111000 | 92f33f93b8 |
EUC-JP | 汀?萄 | 1100010011110101001111111100011010111010 | c4f53fc6ba |
UTF-8 | 汀뀌萄 | 111001101011000110000000111010111000000010001100111010001001000010000100 | e6b180eb808ce89084 |
UHC | 汀뀌萄 | 111011111110001010110010111011101101010010101100 | efe2b2eed4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)