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 | 霆城嚠 | 111010001011101110001111111010011001101010001000 | e8bb8fe99a88 |
EUC-JP | 霆城嚠 | 111100001011110110111110111010111101001111101000 | f0bdbeebd3e8 |
UTF-8 | 霆城嚠 | 111010011001110010000110111001011001111110001110111001011001101010100000 | e99c86e59f8ee59aa0 |
UHC | 霆城? | 1110111111111101111000001111001000111111 | effde0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)