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 | 奛ク諶ョリ | 11111010101000011011100011111011101010101010111011011000 | faa1b8fbaaaed8 |
EUC-JP | 奛ク諶ョリ | 100011111011100011110111100011101011100010001111110111101011010110001110101011101000111011011000 | 8fb8f78eb88fdeb58eae8ed8 |
UTF-8 | 奛ク諶ョリ | 111001011010010110011011111011111011110110111000111010001010101110110110111011111011110110101110111011111011111010011000 | e5a59befbdb8e8abb6efbdaeefbe98 |
UHC | ??諶?? | 001111110011111111100100101001100011111100111111 | 3f3fe4a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)