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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 艾??誼?? | 1110010010001000001111110011111110001011011000100011111100111111 | e4883f3f8b623f3f |
EUC-JP | 艾??誼?? | 1110011111101000001111110011111110110101110000110011111100111111 | e7e83f3fb5c33f3f |
UTF-8 | 艾싳슜誼븀랜 | 111010001000100110111110111011001000101110110011111011001000101010011100111010001010101010111100111010111011100010000000111010111001111010011100 | e889beec8bb3ec8a9ce8aabcebb880eb9e9c |
UHC | 艾싳슜誼븀랜 | 111001001111010110011010111011001001101010101001111010111111111010111010111001111011011110100011 | e4f59aec9aa9ebfebae7b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)