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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 言①?狎??B | 10001100101111101000011101000000001111111110000010111110001111110011111101000010 | 8cbe87403fe0be3f3f42 |
EUC-JP | 言??狎??B | 101110001100000000111111001111111110000011000000001111110011111101000010 | b8c03f3fe0c03f3f42 |
UTF-8 | 言①댌狎쇿츪B | 11101000101010001000000011100010100100011010000011101011100011001000110011100111100010111000111011101100100001111011111111101100101110001010101001000010 | e8a880e291a0eb8c8ce78b8eec87bfecb8aa42 |
UHC | 言①댌狎쇿츪B | 11100101111010111010100011100111100010001011010111100100111001001001100111100101101011101001111101000010 | e5eba8e788b5e4e499e5ae9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)