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 | ???暗??^ | 0011111100111111001111111000100011000011001111110011111101011110 | 3f3f3f88c33f3f5e |
EUC-JP | ???暗??^ | 0011111100111111001111111011000011000101001111110011111101011110 | 3f3f3fb0c53f3f5e |
UTF-8 | 秊귦뢇暗땹뢈^ | 11101111101001101001010111101010101101111010011011101011101000101000011111100110100110101001011111101011100101011011100111101011101000101000100001011110 | efa695eab7a6eba287e69a97eb95b9eba2885e |
UHC | 秊귦뢇暗땹뢈^ | 11100110110111001000001011101101100011110100001111100100110111101000101110001111100011110100010001011110 | e6dc82ed8f43e4de8b8f8f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)