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 | 呻???瀋 | 10011001111011110011111100111111001111111110000001100011 | 99ef3f3f3fe063 |
EUC-JP | 呻???瀋 | 11010010111100010011111100111111001111111101111111000100 | d2f13f3f3fdfc4 |
UTF-8 | 呻땇덊뢜瀋 | 111001011001000110111011111010111001010110000111111010111000110110001010111010111010001010011100111001111000000010001011 | e591bbeb9587eb8d8aeba29ce7808b |
UHC | 呻땇덊뢜瀋 | 11100011111000101000101101100001100010001110110110001111010101111110010010100011 | e3e28b6188ed8f57e4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)