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 | 鮠狩ケ壼シ | 1110100110111100100011101110101110111001100110101110010110111100 | e9bc8eebb99ae5bc |
EUC-JP | 鮠狩ケ壼シ | 11110010101111101011110011101101100011101011100111010100111001111000111010111100 | f2bebced8eb9d4e78ebc |
UTF-8 | 鮠狩ケ壼シ | 111010011010111010100000111001111000101110101001111011111011110110111001111001011010001110111100111011111011110110111100 | e9aea0e78ba9efbdb9e5a3bcefbdbc |
UHC | ?狩??? | 001111111110001010101101001111110011111100111111 | 3fe2ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)