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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???汚??? | 0011111100111111001111111000100110011000001111110011111100111111 | 3f3f3f89983f3f3f |
EUC-JP | ???汚??? | 0011111100111111001111111011000111111000001111110011111100111111 | 3f3f3fb1f83f3f3f |
UTF-8 | 料뀐쉽汚띰슛了 | 111011111010011010111110111010111000000010010000111011001000100110111101111001101011000110011010111010111001110110110000111011001000101010011011111011111010011010111010 | efa6beeb8090ec89bde6b19aeb9db0ec8a9befa6ba |
UHC | 料뀐쉽汚띰슛了 | 1110100011110111101100101110111110111101101100011110011111111101101101101110111110111101101110001110100011100111 | e8f7b2efbdb1e7fdb6efbdb8e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)