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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???邑 | 0011111100111111001111111001011101010111 | 3f3f3f9757 |
EUC-JP | 薏??邑 | 10001111110110011101111000111111001111111100110110111000 | 8fd9de3f3fcdb8 |
UTF-8 | 薏앹땿邑 | 111010001001011010001111111011001001010110111001111010111001010110111111111010011000001010010001 | e8968fec95b9eb95bfe98291 |
UHC | 薏앹땿邑 | 1110101111111011100111011110110010001011100101011110101111101001 | ebfb9dec8b95ebe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)