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 | 艇遯? | 1001001011111000111001111010101000111111 | 92f8e7aa3f |
EUC-JP | 艇遯? | 1100010011111010111011101010110000111111 | c4faeeac3f |
UTF-8 | 艇遯룅 | 111010001000100110000111111010011000000110101111111010111010001110000101 | e88987e981afeba385 |
UHC | 艇遯룅 | 111011111111001111010100111011101011011111100000 | eff3d4eeb7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)