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 | 弱??絶? | 10001110111000110011111100111111100100001110001000111111 | 8ee33f3f90e23f |
EUC-JP | 弱??絶? | 10111100111001010011111100111111110000001110010000111111 | bce53f3fc0e43f |
UTF-8 | 弱놄뇴絶엋 | 111001011011110010110001111010111000011010000100111010111000011110110100111001111011010110110110111011001001011110001011 | e5bcb1eb8684eb87b4e7b5b6ec978b |
UHC | 弱놄뇴絶엋 | 11100101101100001000011011101110100001111001100011101111101111101001111001101000 | e5b086ee8798efbe9e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)