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 | 燒?}燒?{^ | 111000001001011000111111011111011110000010010110001111110111101101011110 | e0963f7de0963f7b5e |
EUC-JP | 燒?}燒?{^ | 110111111111011000111111011111011101111111110110001111110111101101011110 | dff63f7ddff63f7b5e |
UTF-8 | 燒잏}燒잏{^ | 111001111000011110010010111011001001111010001111011111011110011110000111100100101110110010011110100011110111101101011110 | e78792ec9e8f7de78792ec9e8f7b5e |
UHC | 燒잏}燒잏{^ | 1110000111000000100111111110011101111101111000011100000010011111111001110111101101011110 | e1c09fe77de1c09fe77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)