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 | 闔ィ闢隠 | 11101000100011101010100011101000100100111000100101000010 | e88ea8e8938942 |
EUC-JP | 闔ィ闢隠 | 1110111111101110100011101010100011101111111100111011000110100011 | efee8ea8eff3b1a3 |
UTF-8 | 闔ィ闢隠 | 111010011001011110010100111011111011110110101000111010011001011110100010111010011001101010100000 | e99794efbda8e997a2e99aa0 |
UHC | 闔?闢? | 111110011110111100111111110111001010001100111111 | f9ef3fdca33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)