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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螢ッ竊瀧些 | 111001011010001110101111111000101000011010010001111010111000110110110001 | e5a3afe28691eb8db1 |
EUC-JP | 螢ッ竊瀧些 | 11101010101001011000111010101111111000111110011011000010111011011011101010110011 | eaa58eafe3e6c2edbab3 |
UTF-8 | 螢ッ竊瀧些 | 111010001001111010100010111011111011110110101111111001111010101110001010111001111000000010100111111001001011101010011011 | e89ea2efbdafe7ab8ae780a7e4ba9b |
UHC | 螢?竊瀧些 | 111110111010101100111111111011111011110011010110111010011101111011000001 | fbab3fefbcd6e9dec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)