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 | 闔ィ貍十 | 11101000100011101010100011100110101111001000111101011100 | e88ea8e6bc8f5c |
EUC-JP | 闔ィ貍十 | 1110111111101110100011101010100011101100101111101011110110111101 | efee8ea8ecbebdbd |
UTF-8 | 闔ィ貍十 | 111010011001011110010100111011111011110110101000111010001011001010001101111001011000110110000001 | e99794efbda8e8b28de58d81 |
UHC | 闔??十 | 111110011110111100111111001111111110010010101000 | f9ef3f3fe4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)