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 | ?暖畔漿? | 0011111110010010011001111001010011001000100111111111011100111111 | 3f926794c89ff73f |
EUC-JP | ?暖畔漿? | 0011111111000011110010001100100011001010110111101111100100111111 | 3fc3c8c8cadef93f |
UTF-8 | 뤶暖畔漿옘 | 111010111010010010110110111001101001101010010110111001111001010110010100111001101011110010111111111011001001100010011000 | eba4b6e69a96e79594e6bcbfec9898 |
UHC | 뤶暖畔漿옘 | 10001111111001001101000111101100110110101110110111101101111011001011111110111100 | 8fe4d1ecdaededecbfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)