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 | 湛誰湛達 | 1001001001011000100100100100111010010010010110001001001001000010 | 9258924e92589242 |
EUC-JP | 湛誰湛達 | 1100001110111001110000111010111111000011101110011100001110100011 | c3b9c3afc3b9c3a3 |
UTF-8 | 湛誰湛達 | 111001101011100110011011111010001010101010110000111001101011100110011011111010011000000110010100 | e6b99be8aab0e6b99be98194 |
UHC | 湛誰湛達 | 1101001111000000111000101100000111010011110000001101001110111001 | d3c0e2c1d3c0d3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)