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 | 底耕?? | 100100101110101010001101011010110011111100111111 | 92ea8d6b3f3f |
EUC-JP | 底耕?? | 110001001110110010111001110011000011111100111111 | c4ecb9cc3f3f |
UTF-8 | 底耕렱렓 | 111001011011101010010101111010001000000010010101111010111010000010110001111010111010000010010011 | e5ba95e88095eba0b1eba093 |
UHC | 底耕렱렓 | 1110111010111100110011001110100110001110101111101000111010101000 | eebccce98ebe8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)