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 | ??㎝???^ | 0011111100111111100001110111000000111111001111110011111101011110 | 3f3f87703f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 梨덉㎝淋쒗슔^ | 11101111101001111010001011101011100011011000100111100011100011101001110111101111101001111011010111101100100100101001011111101100100010101001010001011110 | efa7a2eb8d89e38e9defa7b5ec9297ec8a945e |
UHC | 梨덉㎝淋쒗슔^ | 11101100101100011000100011101100101001111010111111101100111110001001110011101101100110101010001101011110 | ecb188eca7afecf89ced9aa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)