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 | 躊軛稟潁艸 | 11100111010100111110011101100010111000100110011110011111111100011110010010000111 | e753e762e2679ff1e487 |
EUC-JP | 躊軛稟潁艸 | 11101101101101001110110111000011111000111100100011011110111100111110011111100111 | edb4edc3e3c8def3e7e7 |
UTF-8 | 躊軛稟潁艸 | 111010001011101010001010111010001011101110011011111001111010100010011111111001101011110110000001111010001000100110111000 | e8ba8ae8bb9be7a89fe6bd81e889b8 |
UHC | 躊?稟潁艸 | 111100011100110000111111111110011010001011100111101110001111010110101100 | f1cc3ff9a2e7b8f5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)