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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???恁??^ | 0011111100111111001111111001110010001100001111110011111101011110 | 3f3f3f9c8c3f3f5e |
EUC-JP | ???恁??^ | 0011111100111111001111111101011111101100001111110011111101011110 | 3f3f3fd7ec3f3f5e |
UTF-8 | 梨덊슖恁㏉삗^ | 11101111101001111010001011101011100011011000101011101100100010101001011011100110100000011000000111100011100011111000100111101100100000101001011101011110 | efa7a2eb8d8aec8a96e68181e38f89ec82975e |
UHC | 梨덊슖恁㏉삗^ | 11101100101100011000100011101101100110101010010111101100111101101010011111101101100110001001101101011110 | ecb188ed9aa5ecf6a7ed989b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)