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 | 舌?? | 10010000111000110011111100111111 | 90e33f3f |
EUC-JP | 舌?? | 11000000111001010011111100111111 | c0e53f3f |
UTF-8 | 舌왿싏 | 111010001000100010001100111011001001100110111111111011001000101110001111 | e8888cec99bfec8b8f |
UHC | 舌왿싏 | 111000001101111110011110111000101001101011010010 | e0df9ee29ad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)