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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 菁廩}菁廩{^ | 1110010011000101100111000100100001111101111001001100010110011100010010000111101101011110 | e4c59c487de4c59c487b5e |
EUC-JP | 菁廩}菁廩{^ | 1110100011000111110101111010100101111101111010001100011111010111101010010111101101011110 | e8c7d7a97de8c7d7a97b5e |
UTF-8 | 菁廩}菁廩{^ | 111010001000111110000001111001011011101110101001011111011110100010001111100000011110010110111011101010010111101101011110 | e88f81e5bba97de88f81e5bba97b5e |
UHC | 菁?}菁?{^ | 111101001110101000111111011111011111010011101010001111110111101101011110 | f4ea3f7df4ea3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)