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 | 褥ц? | 1110010111110001100001001000100000111111 | e5f184883f |
EUC-JP | 褥ц? | 1110101011110011101001111110100000111111 | eaf3a7e83f |
UTF-8 | 褥ц뮅 | 1110100010100100101001011101000110000110111010111010111010000101 | e8a4a5d186ebae85 |
UHC | 褥ц뮅 | 111010011011001110101100111010001001001010010100 | e9b3ace89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)