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 | 魚??庸 | 100010111001101100111111001111111001011101100110 | 8b9b3f3f9766 |
EUC-JP | 魚??庸 | 101101011111101100111111001111111100110111000111 | b5fb3f3fcdc7 |
UTF-8 | 魚쏂럫庸 | 111010011010110110011010111011001000111110000010111010111001111110101011111001011011101010111000 | e9ad9aec8f82eb9fabe5bab8 |
UHC | 魚쏂럫庸 | 1110010111100000100110111110100010001110100011101110100110111100 | e5e09be88e8ee9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)