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 | 濟?億?味 | 1110000001011010001111111000100110101101001111111001011010100001 | e05a3f89ad3f96a1 |
EUC-JP | 濟?億?味 | 1101111110111011001111111011001010101111001111111100110010100011 | dfbb3fb2af3fcca3 |
UTF-8 | 濟렩億쇘味 | 111001101011111110011111111010111010000010101001111001011000010010000100111011001000011110011000111001011001000110110011 | e6bf9feba0a9e58484ec8798e591b3 |
UHC | 濟렩億쇘味 | 11110000101011011000111010110111111001011110001010111100111001111101101010101011 | f0ad8eb7e5e2bce7daab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)