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 | 姐坎? | 1000100010110111100110101010101000111111 | 88b79aaa3f |
EUC-JP | 姐坎? | 1011000010111001110101001010110000111111 | b0b9d4ac3f |
UTF-8 | 姐坎렦 | 111001011010011110010000111001011001110110001110111010111010000010100110 | e5a790e59d8eeba0a6 |
UHC | 姐坎렦 | 111011101011101111001010111011001000111010110101 | eebbcaec8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)