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 | ????隘? | 00111111001111110011111100111111111010001010010100111111 | 3f3f3f3fe8a53f |
EUC-JP | ?瑗??隘? | 001111111000111111001100110000000011111100111111111100001010011100111111 | 3f8fccc03f3ff0a73f |
UTF-8 | 뤾瑗랖섕隘렾 | 111010111010010010111110111001111001000110010111111010111001111010010110111011001000010010010101111010011001101010011000111010111010000010111110 | eba4bee79197eb9e96ec8495e99a98eba0be |
UHC | 뤾瑗랖섕隘렾 | 100011111110101011101010101111001011011011111101101111001010110011100100111101101000111011000110 | 8feaeabcb6fdbcace4f68ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)