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 | 糢壹}糢壹{^ | 1110001011110101100110101110001101111101111000101111010110011010111000110111101101011110 | e2f59ae37de2f59ae37b5e |
EUC-JP | 糢壹}糢壹{^ | 1110010011110111110101001110010101111101111001001111011111010100111001010111101101011110 | e4f7d4e57de4f7d4e57b5e |
UTF-8 | 糢壹}糢壹{^ | 111001111011001110100010111001011010001110111001011111011110011110110011101000101110010110100011101110010111101101011110 | e7b3a2e5a3b97de7b3a2e5a3b97b5e |
UHC | ?壹}?壹{^ | 001111111110110011101100011111010011111111101100111011000111101101011110 | 3fecec7d3fecec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)