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 | 曠僥}曠僥{^ | 1001111001000100100110010100011001111101100111100100010010011001010001100111101101011110 | 9e4499467d9e4499467b5e |
EUC-JP | 曠僥}曠僥{^ | 1101101110100101110100011010011101111101110110111010010111010001101001110111101101011110 | dba5d1a77ddba5d1a77b5e |
UTF-8 | 曠僥}曠僥{^ | 111001101001101110100000111001011000001110100101011111011110011010011011101000001110010110000011101001010111101101011110 | e69ba0e583a57de69ba0e583a57b5e |
UHC | 曠僥}曠僥{^ | 1100111011000111111010001110100101111101110011101100011111101000111010010111101101011110 | cec7e8e97dcec7e8e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)