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 | 鱈湛嘆其促 | 10010010010011001001001001011000100100100101000110010001101101001001000110100011 | 924c9258925191b491a3 |
EUC-JP | 鱈湛嘆其促 | 11000011101011011100001110111001110000111011001011000010101101101100001010100101 | c3adc3b9c3b2c2b6c2a5 |
UTF-8 | 鱈湛嘆其促 | 111010011011000110001000111001101011100110011011111001011001100010000110111001011000010110110110111001001011111110000011 | e9b188e6b99be59886e585b6e4bf83 |
UHC | ?湛嘆其促 | 001111111101001111000000111101111010001111010000111011001111010110110101 | 3fd3c0f7a3d0ecf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)