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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顏エ貅キ貍芽 | 11101000111110001011010011100110101110101011011111100110101111001000100111101000 | e8f8b4e6bab7e6bc89e8 |
EUC-JP | 顏エ貅キ貍芽 | 111100001111101010001110101101001110110010111100100011101011011111101100101111101011001011101010 | f0fa8eb4ecbc8eb7ecbeb2ea |
UTF-8 | 顏エ貅キ貍芽 | 111010011010000110001111111011111011110110110100111010001011001010000101111011111011110110110111111010001011001010001101111010001000101010111101 | e9a18fefbdb4e8b285efbdb7e8b28de88abd |
UHC | ?????芽 | 00111111001111110011111100111111001111111110010010110100 | 3f3f3f3f3fe4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)