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 | 指??楮? | 10001110011101110011111100111111100111101011100000111111 | 8e773f3f9eb83f |
EUC-JP | 指??楮? | 10111011110110000011111100111111110111001011101000111111 | bbd83f3fdcba3f |
UTF-8 | 指펨깅楮렡 | 111001101000110010000111111011011000111010101000111010101011100110000101111001101010010110101110111010111010000010100001 | e68c87ed8ea8eab985e6a5aeeba0a1 |
UHC | 指펨깅楮렡 | 11110010101001101100011011101000101100011110101111101110101111111000111010110010 | f2a6c6e8b1ebeebf8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)