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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??愍瓦 | 001111110011111110011100101111001000101010100010 | 3f3f9cbc8aa2 |
EUC-JP | ??愍瓦 | 001111110011111111011000101111101011010010100100 | 3f3fd8beb4a4 |
UTF-8 | 젊뤄愍瓦 | 111011001010000010001010111010111010010010000100111001101000010010001101111001111001001110100110 | eca08aeba484e6848de793a6 |
UHC | 젊뤄愍瓦 | 1100000011111110101101111110111111011010110000001110100010111111 | c0feb7efdac0e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)