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 | 瀨ヤ骼オ質 | 1111101101010000110101001110100110001110101101011000111010111111 | fb50d4e98eb58ebf |
EUC-JP | ?ヤ骼オ質 | 001111111000111011010100111100011110111010001110101101011011110011000001 | 3f8ed4f1ee8eb5bcc1 |
UTF-8 | 瀨ヤ骼オ質 | 111001111000000010101000111011111011111010010100111010011010101010111100111011111011110110110101111010001011001110101010 | e780a8efbe94e9aabcefbdb5e8b3aa |
UHC | 瀨???質 | 11010110111011100011111100111111001111111111001011110101 | d6ee3f3f3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)