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 | 釥シ骼カ汐 | 1111101111000000101111001110100110001110101101101000111010101100 | fbc0bce98eb68eac |
EUC-JP | 釥シ骼カ汐 | 1000111111100011101010111000111010111100111100011110111010001110101101101011110010101110 | 8fe3ab8ebcf1ee8eb6bcae |
UTF-8 | 釥シ骼カ汐 | 111010011000011110100101111011111011110110111100111010011010101010111100111011111011110110110110111001101011000110010000 | e987a5efbdbce9aabcefbdb6e6b190 |
UHC | ????汐 | 001111110011111100111111001111111110000010110001 | 3f3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)