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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耀?想 | 1001011101110011001111111001000101111010 | 97733f917a |
EUC-JP | 耀?想 | 1100110111010100001111111100000111011011 | cdd43fc1db |
UTF-8 | 耀귽想 | 111010001000000010000000111010101011011110111101111001101000001110110011 | e88080eab7bde683b3 |
UHC | 耀귽想 | 111010011010010110000011010000111101111111001100 | e9a58343dfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)