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 | ?^??? | 0011111101011110001111110011111100111111 | 3f5e3f3f3f |
SJIS-WIN | ?^??? | 0011111101011110001111110011111100111111 | 3f5e3f3f3f |
EUC-JP | ?^??? | 0011111101011110001111110011111100111111 | 3f5e3f3f3f |
UTF-8 | 찼^짯횢쨘 | 11101100101100001011110001011110111011001010011110101111111011011001101010100010111011001010100010011000 | ecb0bc5eeca7afed9aa2eca898 |
UHC | 찼^짯횢쨘 | 110000111010000101011110110000101010110111000011100110011100001010111010 | c3a15ec2adc399c2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)