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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 将マ戓゚。ッ | 10001111101010111100111111111010110001111111001010100001110111111010000110101111 | 8fabcffac7f2a1dfa1af |
EUC-JP | 将マ戓?゚。ッ | 1011111010101101100011101100111110001111101111111010100000111111100011101101111110001110101000011000111010101111 | bead8ecf8fbfa83f8edf8ea18eaf |
UTF-8 | 将マ戓゚。ッ | 111001011011000010000110111011111011111010001111111001101000100010010011111011101000011110011000111011111011111010011111111011111011110110100001111011111011110110101111 | e5b086efbe8fe68893ee8798efbe9fefbda1efbdaf |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)