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 | 魏?麻溢?牆 | 11101001101100000011111110010110100000111000100011101100001111111110000010101101 | e9b03f968388ec3fe0ad |
EUC-JP | 魏?麻溢?牆 | 11110010101100100011111111001011111000111011000011101110001111111110000010101111 | f2b23fcbe3b0ee3fe0af |
UTF-8 | 魏잰麻溢렢牆 | 111010011010110110001111111011001001111010110000111010011011101010111011111001101011101010100010111010111010000010100010111001111000100110000110 | e9ad8fec9eb0e9babbe6baa2eba0a2e78986 |
UHC | 魏잰麻溢렢牆 | 111010101110000011000000111010011101100010101011111011001110111010001110101100111110110111101101 | eae0c0e9d8abecee8eb3eded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)