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 | ?暖蜂漿? | 0011111110010010011001111001011001001001100111111111011100111111 | 3f926796499ff73f |
EUC-JP | ?暖蜂漿? | 0011111111000011110010001100101110101010110111101111100100111111 | 3fc3c8cbaadef93f |
UTF-8 | 뤶暖蜂漿㉫ | 111010111010010010110110111001101001101010010110111010001001110010000010111001101011110010111111111000111000100110101011 | eba4b6e69a96e89c82e6bcbfe389ab |
UHC | 뤶暖蜂漿㉫ | 10001111111001001101000111101100110111001111000011101101111011001010100010111100 | 8fe4d1ecdcf0edeca8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)