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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濵イ諶。漆昭 | 11111011010011011011001011111011101010101010000110001110101111011000111110111010 | fb4db2fbaaa18ebd8fba |
EUC-JP | 濵イ諶。漆昭 | 1000111111001001101001101000111010110010100011111101111010110101100011101010000110111100101111111011111010111100 | 8fc9a68eb28fdeb58ea1bcbfbebc |
UTF-8 | 濵イ諶。漆昭 | 111001101011111110110101111011111011110110110010111010001010101110110110111011111011110110100001111001101011110010000110111001101001100010101101 | e6bfb5efbdb2e8abb6efbda1e6bc86e698ad |
UHC | ??諶?漆昭 | 001111110011111111100100101001100011111111110110110101001110000110111001 | 3f3fe4a63ff6d4e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)