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 | ?芽?睡翁 | 0011111110001001111010000011111110010000100001111000100110100101 | 3f89e83f908789a5 |
EUC-JP | ?芽?睡翁 | 0011111110110010111010100011111110111111111001111011001010100111 | 3fb2ea3fbfe7b2a7 |
UTF-8 | 얖芽샇睡翁 | 111011001001011010010110111010001000101010111101111011001000001110000111111001111001110110100001111001111011111110000001 | ec9696e88abdec8387e79da1e7bf81 |
UHC | 얖芽샇睡翁 | 10011110010000011110010010110100100110001011100011100010101100101110100010111010 | 9e41e4b498b8e2b2e8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)