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 | 邨幃ュエ | 111001111011010110011011111010011010110110110100 | e7b59be9adb4 |
EUC-JP | 邨幃ュエ | 1110111010110111110101101110101110001110101011011000111010110100 | eeb7d6eb8ead8eb4 |
UTF-8 | 邨幃ュエ | 111010011000001010101000111001011011100110000011111011111011110110101101111011111011110110110100 | e982a8e5b983efbdadefbdb4 |
UHC | 邨??? | 1111010110111110001111110011111100111111 | f5be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)