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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艤??喩 | 111001000111111000111111001111111001101001100111 | e47e3f3f9a67 |
EUC-JP | 艤??喩 | 111001111101111100111111001111111101001111001000 | e7df3f3fd3c8 |
UTF-8 | 艤숇쩀喩 | 111010001000100110100100111011001000100010000111111011001010100110000000111001011001011010101001 | e889a4ec8887eca980e596a9 |
UHC | 艤숇쩀喩 | 1110101111111010100110011110101110100100100110101110101011100111 | ebfa99eba49aeae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)