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 | 魏??臧? | 11101001101100000011111100111111111001000110100000111111 | e9b03f3fe4683f |
EUC-JP | 魏??臧? | 11110010101100100011111100111111111001111100100100111111 | f2b23f3fe7c93f |
UTF-8 | 魏씻렋臧냥 | 111010011010110110001111111011001001010010111011111010111010000010001011111010001000011110100111111010111000001110100101 | e9ad8fec94bbeba08be887a7eb83a5 |
UHC | 魏씻렋臧냥 | 11101010111000001011111011000100100011101010001011101101111101011011001111001001 | eae0bec48ea2edf5b3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)