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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 癲ъК^ | 11100001100111111000010010001100100001000100101101011110 | e19f848c844b5e |
EUC-JP | 癲ъК^ | 11100010101000011010011111101100101001111010110001011110 | e2a1a7eca7ac5e |
UTF-8 | 癲ъК^ | 1110011110011001101100101101000110001010110100001001101001011110 | e799b2d18ad09a5e |
UHC | 癲ъК^ | 11101111101001101010110011101100101011001010110001011110 | efa6acecacac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)