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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 癲?????] | 1110000110011111001111110011111100111111001111110011111101011101 | e19f3f3f3f3f3f5d |
EUC-JP | 癲??洧??] | 11100010101000010011111100111111100011111100011110110100001111110011111101011101 | e2a13f3f8fc7b43f3f5d |
UTF-8 | 癲ⓥ뮔洧용룈] | 11100111100110011011001011100010100100111010010111101011101011101001010011100110101101001010011111101100100110101010100111101011101000111000100001011101 | e799b2e293a5ebae94e6b4a7ec9aa9eba3885d |
UHC | 癲ⓥ뮔洧용룈] | 11101111101001101010100011100010100100101010000011101010111110111011111111101011100011111000011101011101 | efa6a8e292a0eafbbfeb8f875d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)