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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 野??幼 | 100101101110110000111111001111111001011101100011 | 96ec3f3f9763 |
EUC-JP | 野??幼 | 110011001110111000111111001111111100110111000100 | ccee3f3fcdc4 |
UTF-8 | 野⑷퉺幼 | 111010011000011110001110111000101001000110110111111011011000100110111010111001011011100110111100 | e9878ee291b7ed89bae5b9bc |
UHC | 野⑷퉺幼 | 1110010110101111101010011110101010111001100100101110101011101010 | e5afa9eab992eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)