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 | 艾??已?? | 1110010010001000001111110011111110011011110111110011111100111111 | e4883f3f9bdf3f3f |
EUC-JP | 艾??已?? | 1110011111101000001111110011111111010110111000010011111100111111 | e7e83f3fd6e13f3f |
UTF-8 | 艾싳궏已꿴뼮 | 111010001000100110111110111011001000101110110011111010101011011010001111111001011011011110110010111010101011111110110100111010111011110010101110 | e889beec8bb3eab68fe5b7b2eabfb4ebbcae |
UHC | 艾싳궏已꿴뼮 | 111001001111010110011010111011001000001010100101111011001010101110110010111010011001011010110001 | e4f59aec82a5ecabb2e996b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)