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 | 枝肆??? | 10001110011111011110001111100110001111110011111100111111 | 8e7de3e63f3f3f |
EUC-JP | 枝肆??? | 10111011110111101110011011101000001111110011111100111111 | bbdee6e83f3f3f |
UTF-8 | 枝肆렊흖렧 | 111001101001111010011101111010001000001010000110111010111010000010001010111011011001110110010110111010111010000010100111 | e69e9de88286eba08aed9d96eba0a7 |
UHC | 枝肆렊흖렧 | 11110010101010111101111011101011100011101010000111001000111010001000111010110110 | f2abdeeb8ea1c8e88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)