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 | ↑┃}↑┃{^ | 1000000110101010100001001010101101111101100000011010101010000100101010110111101101011110 | 81aa84ab7d81aa84ab7b5e |
EUC-JP | ↑┃}↑┃{^ | 1010001010101100101010001010110101111101101000101010110010101000101011010111101101011110 | a2aca8ad7da2aca8ad7b5e |
UTF-8 | ↑┃}↑┃{^ | 111000101000011010010001111000101001010010000011011111011110001010000110100100011110001010010100100000110111101101011110 | e28691e294837de28691e294837b5e |
UHC | ↑┃}↑┃{^ | 1010000111101000101001101010110101111101101000011110100010100110101011010111101101011110 | a1e8a6ad7da1e8a6ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)