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 | 賊瀧紋闇 | 1001000110101111100100011110101110010110111001001000100011000101 | 91af91eb96e488c5 |
EUC-JP | 賊瀧紋闇 | 1100001010110001110000101110110111001100111001101011000011000111 | c2b1c2edcce6b0c7 |
UTF-8 | 賊瀧紋闇 | 111010001011001110001010111001111000000010100111111001111011010010001011111010011001011110000111 | e8b38ae780a7e7b48be99787 |
UHC | 賊瀧紋闇 | 1110111011100100110101101110100111011010101000111110010011100001 | eee4d6e9daa3e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)