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 | ???歪? | 001111110011111100111111100110000110001100111111 | 3f3f3f98633f |
EUC-JP | ???歪? | 001111110011111100111111110011111100010000111111 | 3f3f3fcfc43f |
UTF-8 | 琉볞틨歪츷 | 111011111010011110001100111010111011001110011110111011011000101110101000111001101010110110101010111011001011100010110111 | efa78cebb39eed8ba8e6adaaecb8b7 |
UHC | 琉볞틨歪츷 | 11101011101001001001001111100100101110101001001011101000111000001010111101001000 | eba493e4ba92e8e0af48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)