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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 丈狆ィ^ | 100011111110010011100000101111001010100001011110 | 8fe4e0bca85e |
EUC-JP | 丈狆ィ^ | 10111110111001101110000010111110100011101010100001011110 | bee6e0be8ea85e |
UTF-8 | 丈狆ィ^ | 11100100101110001000100011100111100010111000011011101111101111011010100001011110 | e4b888e78b86efbda85e |
UHC | 丈??^ | 1110110111011011001111110011111101011110 | eddb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)