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 | 轤呈坩 | 111001111000001010010010111001101001101010101110 | e78292e69aae |
EUC-JP | 轤呈坩 | 111011011110001011000100111010001101010010110000 | ede2c4e8d4b0 |
UTF-8 | 轤呈坩 | 111010001011110110100100111001011001000110001000111001011001110110101001 | e8bda4e59188e59da9 |
UHC | ?呈? | 00111111111011111101000000111111 | 3fefd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)