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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髙宍遙執 | 1111101111111100100011101011001111101010101000011000111010110111 | fbfc8eb3eaa18eb7 |
EUC-JP | ?宍遙執 | 00111111101111001011010111110100101000111011110010111001 | 3fbcb5f4a3bcb9 |
UTF-8 | 髙宍遙執 | 111010011010101110011001111001011010111010001101111010011000000110011001111001011001111110110111 | e9ab99e5ae8de98199e59fb7 |
UHC | ??遙執 | 001111110011111111101001101010111111001011111011 | 3f3fe9abf2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)