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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽夂矯蜑⑦ | 11100110101000111001101011100111100010111011100011100101100010011000011101000110 | e6a39ae78bb8e5898746 |
EUC-JP | 譽夂矯蜑? | 111011001010010111010100111010011011011010111010111010011110100100111111 | eca5d4e9b6bae9e93f |
UTF-8 | 譽夂矯蜑⑦ | 111010001010110110111101111001011010010010000010111001111001111110101111111010001001110010010001111000101001000110100110 | e8adbde5a482e79fafe89c91e291a6 |
UHC | 譽?矯?⑦ | 1110011111100010001111111100111011101100001111111010100011101101 | e7e23fceec3fa8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)