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 | 與??艤 | 111001000110111100111111001111111110010001111110 | e46f3f3fe47e |
EUC-JP | 與??艤 | 111001111101000000111111001111111110011111011111 | e7d03f3fe7df |
UTF-8 | 與잆굢艤 | 111010001000100010000111111011001001111010000110111010101011010110100010111010001000100110100100 | e88887ec9e86eab5a2e889a4 |
UHC | 與잆굢艤 | 1110011010101000100111111110001110000010100010011110101111111010 | e6a89fe38289ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)