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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 陲也く\ | 11101000101000101001011011100111100000101010110101011100 | e8a296e782ad5c |
EUC-JP | 陲也く\ | 11110000101001001100110011101001101001001010111101011100 | f0a4cce9a4af5c |
UTF-8 | 陲也く\ | 11101001100110011011001011100100101110011001111111100011100000011000111101011100 | e999b2e4b99fe3818f5c |
UHC | ?也く\ | 001111111110010110100101101010101010111101011100 | 3fe5a5aaaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)