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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??瀞?衆 | 00111111001111111001001111010010001111111000111101001111 | 3f3f93d23f8f4f |
EUC-JP | ??瀞?衆 | 00111111001111111100011011010100001111111011110110110000 | 3f3fc6d43fbdb0 |
UTF-8 | 裡렦瀞렕衆 | 111011111010011110101000111010111010000010100110111001111000000010011110111010111010000010010101111010001010000110000110 | efa7a8eba0a6e7809eeba095e8a186 |
UHC | 裡렦瀞렕衆 | 11101100110000011000111010110101111011111110011110001110101010101111000111101011 | ecc18eb5efe78eaaf1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)