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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 擬??鶯?? | 1000101101011011001111110011111111101001111100100011111100111111 | 8b5b3f3fe9f23f3f |
EUC-JP | 擬??鶯?? | 1011010110111100001111110011111111110010111101000011111100111111 | b5bc3f3ff2f43f3f |
UTF-8 | 擬섎쨲鶯뱁꺇 | 111001101001001110101100111011001000010010001110111011001010100010110010111010011011011010101111111010111011000110000001111010101011101010000111 | e693acec848eeca8b2e9b6afebb181eaba87 |
UHC | 擬섎쨲鶯뱁꺇 | 111010111111010010011000111010111010010010001100111001011010001110111001111011011000001110101110 | ebf498eba48ce5a3b9ed83ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)