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 | 竺霖識 | 1111000011111010100011101011000111101000110000011000111010101111 | f0fa8eb1e8c18eaf |
EUC-JP | ?竺霖識 | 00111111101111001011001111110000110000111011110010110001 | 3fbcb3f0c3bcb1 |
UTF-8 | 竺霖識 | 111011101000001010111001111001111010101110111010111010011001110010010110111010001010110110011000 | ee82b9e7abbae99c96e8ad98 |
UHC | ?竺霖識 | 00111111111101011110011111010111111111011110001111011011 | 3ff5e7d7fde3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)