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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咀坎? | 1001100111110000100110101010101000111111 | 99f09aaa3f |
EUC-JP | 咀坎? | 1101001011110010110101001010110000111111 | d2f2d4ac3f |
UTF-8 | 咀坎렲 | 111001011001001010000000111001011001110110001110111010111010000010110010 | e59280e59d8eeba0b2 |
UHC | 咀坎렲 | 111011101011101011001010111011001000111010111111 | eebacaec8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)