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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 髯ス鮓コ髻イV | 11101001100110011011110111101001101101101011101011101001100111111011001001010110 | e999bde9b6bae99fb256 |
EUC-JP | 髯ス鮓コ髻イV | 11110001111110011000111010111101111100101011100010001110101110101111001010100001100011101011001001010110 | f1f98ebdf2b88ebaf2a18eb256 |
UTF-8 | 髯ス鮓コ髻イV | 11101001101010111010111111101111101111011011110111101001101011101001001111101111101111011011101011101001101010111011101111101111101111011011001001010110 | e9abafefbdbde9ae93efbdbae9abbbefbdb256 |
UHC | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)