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 | ?暖班漿? | 0011111110010010011001111001010011000111100111111111011100111111 | 3f926794c79ff73f |
EUC-JP | ?暖班漿? | 0011111111000011110010001100100011001001110111101111100100111111 | 3fc3c8c8c9def93f |
UTF-8 | 뤶暖班漿퓥 | 111010111010010010110110111001101001101010010110111001111000111110101101111001101011110010111111111011011001001110100101 | eba4b6e69a96e78fade6bcbfed93a5 |
UHC | 뤶暖班漿퓥 | 10001111111001001101000111101100110110101110110011101101111011001011111110001110 | 8fe4d1ecdaecedecbf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)