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 | 貔ケ縲慕崕 | 111001101011111010111001111000111000000010010101111001111001101110111011 | e6beb9e38095e79bbb |
EUC-JP | 貔ケ縲慕崕 | 11101100110000001000111010111001111001011110000011001010111010011101011010111101 | ecc08eb9e5e0cae9d6bd |
UTF-8 | 貔ケ縲慕崕 | 111010001011001010010100111011111011110110111001111001111011100010110010111001101000010110010101111001011011010010010101 | e8b294efbdb9e7b8b2e68595e5b495 |
UHC | ???慕? | 001111110011111100111111110110011011011100111111 | 3f3f3fd9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)