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 | 弱??? | 1000111011100011001111110011111100111111 | 8ee33f3f3f |
EUC-JP | 弱??蔣 | 10111100111001010011111100111111100011111101100110110110 | bce53f3f8fd9b6 |
UTF-8 | 弱놄뇵蔣 | 111001011011110010110001111010111000011010000100111010111000011110110101111010001001010010100011 | e5bcb1eb8684eb87b5e894a3 |
UHC | 弱놄뇵蔣 | 1110010110110000100001101110111010000111100110011110110111111000 | e5b086ee8799edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)