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 | 煽壽?? | 100100001111100010011010111001100011111100111111 | 90f89ae63f3f |
EUC-JP | 煽壽?? | 110000001111101011010100111010000011111100111111 | c0fad4e83f3f |
UTF-8 | 煽壽잏쎺 | 111001111000010110111101111001011010001110111101111011001001111010001111111011001000111010111010 | e785bde5a3bdec9e8fec8eba |
UHC | 煽壽잏쎺 | 1110000011000011111000011111100010011111111001111001101111100001 | e0c3e1f89fe79be1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)