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 | 佃?援?闇 | 1001001011001111001111111000100110000111001111111000100011000101 | 92cf3f89873f88c5 |
EUC-JP | 佃?援?闇 | 1100010011010001001111111011000111100111001111111011000011000111 | c4d13fb1e73fb0c7 |
UTF-8 | 佃렖援렓闇 | 111001001011110110000011111010111010000010010110111001101000111110110100111010111010000010010011111010011001011110000111 | e4bd83eba096e68fb4eba093e99787 |
UHC | 佃렖援렓闇 | 11101110111011001000111010101011111010101011010110001110101010001110010011100001 | eeec8eabeab58ea8e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)