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 | 艤??菴 | 111001000111111000111111001111111110010010111101 | e47e3f3fe4bd |
EUC-JP | 艤??菴 | 111001111101111100111111001111111110100010111111 | e7df3f3fe8bf |
UTF-8 | 艤앯릥菴 | 111010001000100110100100111011001001010110101111111010111010011010100101111010001000111110110100 | e889a4ec95afeba6a5e88fb4 |
UHC | 艤앯릥菴 | 1110101111111010100111011110011110010000100001111110010011100000 | ebfa9de79087e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)