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 | 癲??癲??] | 111000011001111100111111001111111110000110011111001111110011111101011101 | e19f3f3fe19f3f3f5d |
EUC-JP | 癲??癲??] | 111000101010000100111111001111111110001010100001001111110011111101011101 | e2a13f3fe2a13f3f5d |
UTF-8 | 癲됬쿊癲됮걾] | 11100111100110011011001011101011100100001010110011101100101111111000101011100111100110011011001011101011100100001010111011101010101100011011111001011101 | e799b2eb90acecbf8ae799b2eb90aeeab1be5d |
UHC | 癲됬쿊癲됮걾] | 11101111101001101000100111100111101100101001111111101111101001101000100111101001100000011010000101011101 | efa689e7b29fefa689e981a15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)