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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 澵悉焏ワ鮗シ | 11111011010011001000111010111011111110110101001111011100111010011011101010111100 | fb4c8ebbfb53dce9babc |
EUC-JP | 澵悉焏ワ鮗シ | 1000111111001000111110001011110010111101100011111100100111101001100011101101110011110010101111001000111010111100 | 8fc8f8bcbd8fc9e98edcf2bc8ebc |
UTF-8 | 澵悉焏ワ鮗シ | 111001101011111010110101111001101000001010001001111001111000010010001111111011111011111010011100111010011010111010010111111011111011110110111100 | e6beb5e68289e7848fefbe9ce9ae97efbdbc |
UHC | ?悉???? | 00111111111000111111101000111111001111110011111100111111 | 3fe3fa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)