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 | 專?o沮諸 | 100110111001001100111111100000101000111110011111100111001000111110010100 | 9b933f828f9f9c8f94 |
EUC-JP | 專?o沮諸 | 110101011111001100111111101000111110111111011101111111001011110111110100 | d5f33fa3efddfcbdf4 |
UTF-8 | 專닷o沮諸 | 111001011011000010001000111010111000101110110111111011111011110110001111111001101011001010101110111010001010101110111000 | e5b088eb8bb7efbd8fe6b2aee8abb8 |
UHC | 專닷o沮諸 | 11101110111101101011010011100101101000111110111111101110110000011111000010110011 | eef6b4e5a3efeec1f0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)