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 | 迺オ竊瀧ざ | 111001111001001010110101111000101000011010010001111010111000001010110100 | e792b5e28691eb82b4 |
EUC-JP | 迺オ竊瀧ざ | 11101101111100101000111010110101111000111110011011000010111011011010010010110110 | edf28eb5e3e6c2eda4b6 |
UTF-8 | 迺オ竊瀧ざ | 111010001011111110111010111011111011110110110101111001111010101110001010111001111000000010100111111000111000000110010110 | e8bfbaefbdb5e7ab8ae780a7e38196 |
UHC | ??竊瀧ざ | 0011111100111111111011111011110011010110111010011010101010110110 | 3f3fefbcd6e9aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)