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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鱈湛辰足 | 1001001001001100100100100101100010010010010000111001000110101011 | 924c9258924391ab |
EUC-JP | 鱈湛辰足 | 1100001110101101110000111011100111000011101001001100001010101101 | c3adc3b9c3a4c2ad |
UTF-8 | 鱈湛辰足 | 111010011011000110001000111001101011100110011011111010001011111010110000111010001011011010110011 | e9b188e6b99be8beb0e8b6b3 |
UHC | ?湛辰足 | 00111111110100111100000011110010111000111111000011101011 | 3fd3c0f2e3f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)