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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箚跛琿 | 111000101011001011100110111010101110000011101011 | e2b2e6eae0eb |
EUC-JP | 箚跛琿 | 111001001011010011101100111011001110000011101101 | e4b4ecece0ed |
UTF-8 | 箚跛琿 | 111001111010111010011010111010001011011110011011111001111001000010111111 | e7ae9ae8b79be790bf |
UHC | 箚跛琿 | 111100111011000011110111111101011111101111101010 | f3b0f7f5fbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)