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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 夜??夜 | 100101101110100100111111001111111001011011101001 | 96e93f3f96e9 |
EUC-JP | 夜??夜 | 110011001110101100111111001111111100110011101011 | cceb3f3fcceb |
UTF-8 | 夜띈갰夜 | 111001011010010010011100111010111001110110001000111010101011000010110000111001011010010010011100 | e5a49ceb9d88eab0b0e5a49c |
UHC | 夜띈갰夜 | 1110010110101000101101101110100010110000101110101110010110101000 | e5a8b6e8b0bae5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)