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 | 譟緋サ駕荻 | 111001101001111110010100111010101011101110001001111011011000100110101100 | e69f94eabb89ed89ac |
EUC-JP | 譟緋サ駕荻 | 11101100101000011100100011101100100011101011101110110010111011111011001010101110 | eca1c8ec8ebbb2efb2ae |
UTF-8 | 譟緋サ駕荻 | 111010001010110110011111111001111011011110001011111011111011110110111011111010011010011110010101111010001000110110111011 | e8ad9fe7b78befbdbbe9a795e88dbb |
UHC | ?緋?駕荻 | 0011111111011101111111000011111111001010101111011110111011100010 | 3fddfc3fcabdeee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)