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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 怡?? | 10011100011111010011111100111111 | 9c7d3f3f |
EUC-JP | 怡?? | 11010111110111100011111100111111 | d7de3f3f |
UTF-8 | 怡쒒뇦 | 111001101000000010100001111011001001001010010010111010111000011110100110 | e680a1ec9292eb87a6 |
UHC | 怡쒒뇦 | 111011001010111010011100111010011000011110001110 | ecae9ce9878e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)