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 | 夜??夜??^ | 100101101110100100111111001111111001011011101001001111110011111101011110 | 96e93f3f96e93f3f5e |
EUC-JP | 夜??夜??^ | 110011001110101100111111001111111100110011101011001111110011111101011110 | cceb3f3fcceb3f3f5e |
UTF-8 | 夜띈갰夜뜹슯^ | 11100101101001001001110011101011100111011000100011101010101100001011000011100101101001001001110011101011100111001011100111101100100010101010111101011110 | e5a49ceb9d88eab0b0e5a49ceb9cb9ec8aaf5e |
UHC | 夜띈갰夜뜹슯^ | 11100101101010001011011011101000101100001011101011100101101010001011011011100101100110101011011001011110 | e5a8b6e8b0bae5a8b6e59ab65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)