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 | 弱??辱 | 100011101110001100111111001111111001000001001010 | 8ee33f3f904a |
EUC-JP | 弱??辱 | 101111001110010100111111001111111011111110101011 | bce53f3fbfab |
UTF-8 | 弱끻풃辱 | 111001011011110010110001111010111000000110111011111011011001001010000011111010001011111010110001 | e5bcb1eb81bbed9283e8beb1 |
UHC | 弱끻풃辱 | 1110010110110000100001011110010110111110100010111110100110110100 | e5b085e5be8be9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)