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 | 譯孀? | 1110011010100001100110110111000100111111 | e6a19b713f |
EUC-JP | 譯孀? | 1110110010100011110101011101001000111111 | eca3d5d23f |
UTF-8 | 譯孀尿 | 111010001010110110101111111001011010110110000000111011111010011010111101 | e8adafe5ad80efa6bd |
UHC | 譯孀尿 | 111001101011101111011111110001011110100011110001 | e6bbdfc5e8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)