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 | ??=瘟 | 001111110011111110000001100000011110000110001001 | 3f3f8181e189 |
EUC-JP | ??=瘟 | 001111110011111110100001111000011110000111101001 | 3f3fa1e1e1e9 |
UTF-8 | 曆쇔=瘟 | 111011111010011010001011111011001000011110010100111011111011110010011101111001111001100010011111 | efa68bec8794efbc9de7989f |
UHC | 曆쇔=瘟 | 1110011010110111101111001110010110100011101111011110100010110000 | e6b7bce5a3bde8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)