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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褥ц?円?? | 111001011111000110000100100010000011111110001001011111100011111100111111 | e5f184883f897e3f3f |
EUC-JP | 褥ц?円?? | 111010101111001110100111111010000011111110110001110111110011111100111111 | eaf3a7e83fb1df3f3f |
UTF-8 | 褥ц뮅円띰슛 | 1110100010100100101001011101000110000110111010111010111010000101111001011000011010000110111010111001110110110000111011001000101010011011 | e8a4a5d186ebae85e58686eb9db0ec8a9b |
UHC | 褥ц뮅円띰슛 | 111010011011001110101100111010001001001010010100111001011111011110110110111011111011110110111000 | e9b3ace89294e5f7b6efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)