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 | 伊感霧矣 | 1000100011001001100010101011010010010110101101101110000111100001 | 88c98ab496b6e1e1 |
EUC-JP | 伊感霧矣 | 1011000011001011101101001011011011001100101110001110001011100011 | b0cbb4b6ccb8e2e3 |
UTF-8 | 伊感霧矣 | 111001001011110010001010111001101000010010011111111010011001110010100111111001111001111110100011 | e4bc8ae6849fe99ca7e79fa3 |
UHC | 伊感霧矣 | 1110110010100101110010101110111111011001111101101110101111111000 | eca5caefd9f6ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)