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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 泛泛[泛泛[^ | 1001111110100000100111111010000001011011100111111010000010011111101000000101101101011110 | 9fa09fa05b9fa09fa05b5e |
EUC-JP | 泛泛[泛泛[^ | 1101111010100010110111101010001001011011110111101010001011011110101000100101101101011110 | dea2dea25bdea2dea25b5e |
UTF-8 | 泛泛[泛泛[^ | 111001101011001110011011111001101011001110011011010110111110011010110011100110111110011010110011100110110101101101011110 | e6b39be6b39b5be6b39be6b39b5b5e |
UHC | 泛泛[泛泛[^ | 1101101111110010110110111111001001011011110110111111001011011011111100100101101101011110 | dbf2dbf25bdbf2dbf25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)