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 | 蟾ス蜊呈酪 | 111001011011011110111101111001011000110110010010111001101001011110001111 | e5b7bde58d92e6978f |
EUC-JP | 蟾ス蜊呈酪 | 11101010101110011000111010111101111010011110110111000100111010001100110111101111 | eab98ebde9edc4e8cdef |
UTF-8 | 蟾ス蜊呈酪 | 111010001001111110111110111011111011110110111101111010001001110010001010111001011001000110001000111010011000010110101010 | e89fbeefbdbde89c8ae59188e985aa |
UHC | 蟾??呈酪 | 1110000011101010001111110011111111101111110100001101010110101100 | e0ea3f3fefd0d5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)