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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 菴刻衆@h | 1110010010111101100011011000111110001111010011110100000001101000 | e4bd8d8f8f4f4068 |
EUC-JP | 菴刻衆@h | 1110100010111111101110011110111110111101101100000100000001101000 | e8bfb9efbdb04068 |
UTF-8 | 菴刻衆@h | 1110100010001111101101001110010110001000101110111110100010100001100001100100000001101000 | e88fb4e588bbe8a1864068 |
UHC | 菴刻衆@h | 1110010011100000110010101011111011110001111010110100000001101000 | e4e0cabef1eb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)