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 | ?脛? | 00111111111000111111100000111111 | 3fe3f83f |
EUC-JP | 頊脛? | 100011111110011111110100111001101111101000111111 | 8fe7f4e6fa3f |
UTF-8 | 頊脛렯 | 111010011010000010001010111010001000010010011011111010111010000010101111 | e9a08ae8849beba0af |
UHC | 頊脛렯 | 111010011111010111001100111010111000111010111100 | e9f5cceb8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)