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 | ?壹輕? | 001111111001101011100011111001110110101000111111 | 3f9ae3e76a3f |
EUC-JP | ?壹輕? | 001111111101010011100101111011011100101100111111 | 3fd4e5edcb3f |
UTF-8 | 뤌壹輕헴 | 111010111010010010001100111001011010001110111001111010001011110010010101111011011001011110110100 | eba48ce5a3b9e8bc95ed97b4 |
UHC | 뤌壹輕헴 | 1000111110111100111011001110110011001100111011101100011111110000 | 8fbcececcceec7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)