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 | ?暖蓬漿? | 0011111110010010011001111001011001001000100111111111011100111111 | 3f926796489ff73f |
EUC-JP | ?暖蓬漿? | 0011111111000011110010001100101110101001110111101111100100111111 | 3fc3c8cba9def93f |
UTF-8 | 뤶暖蓬漿첁 | 111010111010010010110110111001101001101010010110111010001001001110101100111001101011110010111111111011001011001010000001 | eba4b6e69a96e893ace6bcbfecb281 |
UHC | 뤶暖蓬漿첁 | 10001111111001001101000111101100110111001110111111101101111011001010101010001110 | 8fe4d1ecdcefedecaa8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)