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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 夜??喩??^ | 100101101110100100111111001111111001101001100111001111110011111101011110 | 96e93f3f9a673f3f5e |
EUC-JP | 夜??喩??^ | 110011001110101100111111001111111101001111001000001111110011111101011110 | cceb3f3fd3c83f3f5e |
UTF-8 | 夜쏅쮶喩볤틨^ | 11100101101001001001110011101100100011111000010111101100101011101011011011100101100101101010100111101011101100111010010011101101100010111010100001011110 | e5a49cec8f85ecaeb6e596a9ebb3a4ed8ba85e |
UHC | 夜쏅쮶喩볤틨^ | 11100101101010001001101111101011101010001001001111101010111001111001001111101010101110101001001001011110 | e5a89beba893eae793eaba925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)