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 | 跛楊}跛楊{^ | 1110011011101010100101110110101101111101111001101110101010010111011010110111101101011110 | e6ea976b7de6ea976b7b5e |
EUC-JP | 跛楊}跛楊{^ | 1110110011101100110011011100110001111101111011001110110011001101110011000111101101011110 | ececcdcc7dececcdcc7b5e |
UTF-8 | 跛楊}跛楊{^ | 111010001011011110011011111001101010010110001010011111011110100010110111100110111110011010100101100010100111101101011110 | e8b79be6a58a7de8b79be6a58a7b5e |
UHC | 跛楊}跛楊{^ | 1111011111110101111001011100010101111101111101111111010111100101110001010111101101011110 | f7f5e5c57df7f5e5c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)