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 | ??2 | 00111111001111111000001001010001 | 3f3f8251 |
EUC-JP | ??2 | 00111111001111111010001110110010 | 3f3fa3b2 |
UTF-8 | 樂띺2 | 111011111010011010111111111010111001110110111010111011111011110010010010 | efa6bfeb9dbaefbc92 |
UHC | 樂띺2 | 111010001111100110001101111010011010001110110010 | e8f98de9a3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)