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 | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
SJIS-WIN | 轤ュ蜊呈酪` | 11100111100000101010110111100101100011011001001011100110100101111000111101100000 | e782ade58d92e6978f60 |
EUC-JP | 轤ュ蜊呈酪` | 1110110111100010100011101010110111101001111011011100010011101000110011011110111101100000 | ede28eade9edc4e8cdef60 |
UTF-8 | 轤ュ蜊呈酪` | 11101000101111011010010011101111101111011010110111101000100111001000101011100101100100011000100011101001100001011010101001100000 | e8bda4efbdade89c8ae59188e985aa60 |
UHC | ???呈酪` | 0011111100111111001111111110111111010000110101011010110001100000 | 3f3f3fefd0d5ac60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)