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 | 娼テ将゚。ッ | 10001111101010011100001110001111101010111111001010100001110111111010000110101111 | 8fa9c38fabf2a1dfa1af |
EUC-JP | 娼テ将?゚。ッ | 10111110101010111000111011000011101111101010110100111111100011101101111110001110101000011000111010101111 | beab8ec3bead3f8edf8ea18eaf |
UTF-8 | 娼テ将゚。ッ | 111001011010100010111100111011111011111010000011111001011011000010000110111011101000011110011000111011111011111010011111111011111011110110100001111011111011110110101111 | e5a8bcefbe83e5b086ee8798efbe9fefbda1efbdaf |
UHC | 娼?????? | 1111001111011110001111110011111100111111001111110011111100111111 | f3de3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)