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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 怜붺컮[怜붺컮[^ | 111011111010011010101100111010111011011010111010111011001011101110101110010110111110111110100110101011001110101110110110101110101110110010111011101011100101101101011110 | efa6acebb6baecbbae5befa6acebb6baecbbae5b5e |
UHC | 怜붺컮[怜붺컮[^ | 111001111011000010010100111001111011000010010100010110111110011110110000100101001110011110110000100101000101101101011110 | e7b094e7b0945be7b094e7b0945b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)