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 | 蠑晁イス鬪ー | 111001011011110010011101111010001011001010111101111010011010101010110000 | e5bc9de8b2bde9aab0 |
EUC-JP | 蠑晁イス鬪ー | 111010101011111011011010111010101000111010110010100011101011110111110010101011001000111010110000 | eabedaea8eb28ebdf2ac8eb0 |
UTF-8 | 蠑晁イス鬪ー | 111010001010000010010001111001101001100110000001111011111011110110110010111011111011110110111101111010011010110010101010111011111011110110110000 | e8a091e69981efbdb2efbdbde9acaaefbdb0 |
UHC | ?晁??鬪? | 0011111111110000110001010011111100111111111101111110001100111111 | 3ff0c53f3ff7e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)