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 | 歪??塢 | 100110000110001100111111001111111001101011000111 | 98633f3f9ac7 |
EUC-JP | 歪??塢 | 110011111100010000111111001111111101010011001001 | cfc43f3fd4c9 |
UTF-8 | 歪귟땽塢 | 111001101010110110101010111010101011011110011111111010111001010110111101111001011010000110100010 | e6adaaeab79feb95bde5a1a2 |
UHC | 歪귟땽塢 | 1110100011100000100000101110100010001011100100111110011111110001 | e8e082e88b93e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)