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 | 脉芽嘗諧 | 1110001111110101100010011110100010001111101001101110011001111110 | e3f589e88fa6e67e |
EUC-JP | 脉芽嘗諧 | 1110011011110111101100101110101010111110101010001110101111011111 | e6f7b2eabea8ebdf |
UTF-8 | 脉芽嘗諧 | 111010001000010010001001111010001000101010111101111001011001100010010111111010001010101110100111 | e88489e88abde59897e8aba7 |
UHC | ?芽嘗諧 | 00111111111001001011010011011111110001001111101010110010 | 3fe4b4dfc4fab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)