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 | 瑁}瑁{^ | 1110000011101110111100001101110001111101111000001110111011110000110111000111101101011110 | e0eef0dc7de0eef0dc7b5e |
EUC-JP | 瑁?}瑁?{^ | 111000001111000000111111011111011110000011110000001111110111101101011110 | e0f03f7de0f03f7b5e |
UTF-8 | 瑁}瑁{^ | 111001111001000110000001111011101000001010011011011111011110011110010001100000011110111010000010100110110111101101011110 | e79181ee829b7de79181ee829b7b5e |
UHC | 瑁?}瑁?{^ | 110110011100000100111111011111011101100111000001001111110111101101011110 | d9c13f7dd9c13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)