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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?舌?? | 0011111110010000111000110011111100111111 | 3f90e33f3f |
EUC-JP | ?舌?? | 0011111111000000111001010011111100111111 | 3fc0e53f3f |
UTF-8 | 솨舌롛렍 | 111011001000011010101000111010001000100010001100111010111010000110011011111010111010000010001101 | ec86a8e8888ceba19beba08d |
UHC | 솨舌롛렍 | 1011110011011101111000001101111110001110110111111000111010100011 | bcdde0df8edf8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)