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 | ??盛? | 0011111100111111100100001011011100111111 | 3f3f90b73f |
EUC-JP | ??盛? | 0011111100111111110000001011100100111111 | 3f3fc0b93f |
UTF-8 | 롗렏盛롗 | 111010111010000110010111111010111010000010001111111001111001101110011011111010111010000110010111 | eba197eba08fe79b9beba197 |
UHC | 롗렏盛롗 | 1000111011011011100011101010010111100000111111001000111011011011 | 8edb8ea5e0fc8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)