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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 혷쨋혟혶챗 | 111011011001100010110111111011001010100010001011111011011001100010011111111011011001100010110110111011001011000110010111 | ed98b7eca88bed989fed98b6ecb197 |
UHC | 혷쨋혟혶챗 | 11000010100111101100001010110110110000101000100111000010100111011100001110101010 | c29ec2b6c289c29dc3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)