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 | 遑エ[遑エ[^ | 111001111010000110110100010110111110011110100001101101000101101101011110 | e7a1b45be7a1b45b5e |
EUC-JP | 遑エ[遑エ[^ | 1110111010100011100011101011010001011011111011101010001110001110101101000101101101011110 | eea38eb45beea38eb45b5e |
UTF-8 | 遑エ[遑エ[^ | 111010011000000110010001111011111011110110110100010110111110100110000001100100011110111110111101101101000101101101011110 | e98191efbdb45be98191efbdb45b5e |
UHC | 遑?[遑?[^ | 111111001101101000111111010110111111110011011010001111110101101101011110 | fcda3f5bfcda3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)