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 | 鮓サ蝣頑ク | 1110100110110110101110111110010110100000100010101110011010111000 | e9b6bbe5a08ae6b8 |
EUC-JP | 鮓サ蝣頑ク | 11110010101110001000111010111011111010101010001010110100111010001000111010111000 | f2b88ebbeaa2b4e88eb8 |
UTF-8 | 鮓サ蝣頑ク | 111010011010111010010011111011111011110110111011111010001001110110100011111010011010000010010001111011111011110110111000 | e9ae93efbdbbe89da3e9a091efbdb8 |
UHC | ???頑? | 001111110011111100111111111010001101011100111111 | 3f3f3fe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)