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 | 蟄オ蜍溽イョ | 111001011010110110110101111001011000101110011111111001111011001010101110 | e5adb5e58b9fe7b2ae |
EUC-JP | 蟄オ蜍溽イョ | 111010101010111110001110101101011110100111101011110111101110100110001110101100101000111010101110 | eaaf8eb5e9ebdee98eb28eae |
UTF-8 | 蟄オ蜍溽イョ | 111010001001111110000100111011111011110110110101111010001001110010001101111001101011101010111101111011111011110110110010111011111011110110101110 | e89f84efbdb5e89c8de6babdefbdb2efbdae |
UHC | 蟄????? | 11110110110111100011111100111111001111110011111100111111 | f6de3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)