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 | ?凸府? | 001111111001001111001010100101010111101100111111 | 3f93ca957b3f |
EUC-JP | ?凸府? | 001111111100011011001100110010011101110000111111 | 3fc6ccc9dc3f |
UTF-8 | 뤹凸府⅝ | 111010111010010010111001111001011000011110111000111001011011101010011100111000101000010110011101 | eba4b9e587b8e5ba9ce2859d |
UHC | 뤹凸府⅝ | 1000111111100111111101001100100011011101101001001010100011111101 | 8fe7f4c8dda4a8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)