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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 藏?? | 11100101010101010011111100111111 | e5553f3f |
EUC-JP | 藏?? | 11101001101101100011111100111111 | e9b63f3f |
UTF-8 | 藏됮눒 | 111010001001011110001111111010111001000010101110111010111000100010010010 | e8978feb90aeeb8892 |
UHC | 藏됮눒 | 111011011111101010001001111010011000011110101110 | edfa89e987ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)