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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 섐샵샴석섐선 | 111011001000010010010000111011001000001110110101111011001000001110110100111011001000010010011101111011001000010010010000111011001000010010100000 | ec8490ec83b5ec83b4ec849dec8490ec84a0 |
UHC | 섐샵샴석섐선 | 101111001010101110111100101001011011110010100100101111001010111010111100101010111011110010110001 | bcabbca5bca4bcaebcabbcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)