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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 耶釋? | 1001011011101011111001111101011100111111 | 96ebe7d73f |
EUC-JP | 耶釋? | 1100110011101101111011101101100100111111 | ccedeed93f |
UTF-8 | 耶釋쏏 | 111010001000000010110110111010011000011110001011111011001000111110001111 | e880b6e9878bec8f8f |
UHC | 耶釋쏏 | 111001011010110111100000101101111001101111110101 | e5ade0b79bf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)