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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ??臍?] | 001111110011111111100100011000000011111101011101 | 3f3fe4603f5d |
EUC-JP | ??臍?] | 001111110011111111100111110000010011111101011101 | 3f3fe7c13f5d |
UTF-8 | 뤰두臍즃] | 11101011101001001011000011101011100100011001000011101000100001111000110111101100101001101000001101011101 | eba4b0eb9190e8878deca6835d |
UHC | 뤰두臍즃] | 100011111101111010110101110011101111000010110000101000110101000101011101 | 8fdeb5cef0b0a3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)