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 | 雫鋗ソソ | 1111000111101000100011101011010011111011110100001011111110111111 | f1e88eb4fbd0bfbf |
EUC-JP | ?雫鋗ソソ | 00111111101111001011011010001111111001001100000110001110101111111000111010111111 | 3fbcb68fe4c18ebf8ebf |
UTF-8 | 雫鋗ソソ | 111011101000010110100011111010011001101110101011111010011000101110010111111011111011110110111111111011111011110110111111 | ee85a3e99babe98b97efbdbfefbdbf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)