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 | 蔕駕就葆 | 1110010011110110100010011110110110001111010000011110010011011100 | e4f689ed8f41e4dc |
EUC-JP | 蔕駕就葆 | 1110100011111000101100101110111110111101101000101110100011011110 | e8f8b2efbda2e8de |
UTF-8 | 蔕駕就葆 | 111010001001010010010101111010011010011110010101111001011011000010110001111010001001000110000110 | e89495e9a795e5b0b1e89186 |
UHC | ?駕就? | 001111111100101010111101111101101010011000111111 | 3fcabdf6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)