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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?汗漿?昴B | 001111111000101010111110100111111111011100111111100111011110001101000010 | 3f8abe9ff73f9de342 |
EUC-JP | ?汗漿?昴B | 001111111011010011000000110111101111100100111111110110101110010101000010 | 3fb4c0def93fdae542 |
UTF-8 | 뤋汗漿㎽昴B | 11101011101001001000101111100110101100011001011111100110101111001011111111100011100011101011110111100110100110001011010001000010 | eba48be6b197e6bcbfe38ebde698b442 |
UHC | 뤋汗漿㎽昴B | 1000111110111011111110011101001011101101111011001010011111010001110110011101101101000010 | 8fbbf9d2edeca7d1d9db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)