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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅹエ桒粭 | 11111010010010011011010011111010111000111110001011100100 | fa49b4fae3e2e4 |
EUC-JP | ?エ桒粭 | 0011111110001110101101001000111111000011110010011110010011100110 | 3f8eb48fc3c9e4e6 |
UTF-8 | ⅹエ桒粭 | 111000101000010110111001111011111011110110110100111001101010000110010010111001111011001010101101 | e285b9efbdb4e6a192e7b2ad |
UHC | ⅹ??? | 1010010110101010001111110011111100111111 | a5aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)