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 | 讌楠摶骰 | 1110011010100101100100111110110110011101100101101110100110001101 | e6a593ed9d96e98d |
EUC-JP | 讌楠摶骰 | 1110110010100111110001101110111111011001111101101111000111101101 | eca7c6efd9f6f1ed |
UTF-8 | 讌楠摶骰 | 111010001010111010001100111001101010010110100000111001101001000110110110111010011010101010110000 | e8ae8ce6a5a0e691b6e9aab0 |
UHC | ?楠?? | 0011111111010001111110000011111100111111 | 3fd1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)