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 | 瓦?}瓦?{^ | 100010101010001000111111011111011000101010100010001111110111101101011110 | 8aa23f7d8aa23f7b5e |
EUC-JP | 瓦?}瓦?{^ | 101101001010010000111111011111011011010010100100001111110111101101011110 | b4a43f7db4a43f7b5e |
UTF-8 | 瓦좁}瓦좁{^ | 111001111001001110100110111011001010001010000001011111011110011110010011101001101110110010100010100000010111101101011110 | e793a6eca2817de793a6eca2817b5e |
UHC | 瓦좁}瓦좁{^ | 1110100010111111110000011011110001111101111010001011111111000001101111000111101101011110 | e8bfc1bc7de8bfc1bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)