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 | 咀坎??? | 10011001111100001001101010101010001111110011111100111111 | 99f09aaa3f3f3f |
EUC-JP | 咀坎??? | 11010010111100101101010010101100001111110011111100111111 | d2f2d4ac3f3f3f |
UTF-8 | 咀坎렲렔뤉 | 111001011001001010000000111001011001110110001110111010111010000010110010111010111010000010010100111010111010010010001001 | e59280e59d8eeba0b2eba094eba489 |
UHC | 咀坎렲렔뤉 | 11101110101110101100101011101100100011101011111110001110101010011000111110111001 | eebacaec8ebf8ea98fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)