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 | 鏑??濟? | 10010011010011000011111100111111111000000101101000111111 | 934c3f3fe05a3f |
EUC-JP | 鏑??濟? | 11000101101011010011111100111111110111111011101100111111 | c5ad3f3fdfbb3f |
UTF-8 | 鏑쩡렩濟렕 | 111010011000111110010001111011001010100110100001111010111010000010101001111001101011111110011111111010111010000010010101 | e98f91eca9a1eba0a9e6bf9feba095 |
UHC | 鏑쩡렩濟렕 | 11101110111010111100001011000100100011101011011111110000101011011000111010101010 | eeebc2c48eb7f0ad8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)