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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 牴゚僘牴゚傔^ | 1110000010110000110111111111101001111101111000001011000011011111111110100111101101011110 | e0b0dffa7de0b0dffa7b5e |
EUC-JP | 牴゚僘牴゚傔^ | 111000001011001010001110110111111000111110110010101110111110000010110010100011101101111110001111101100101010001101011110 | e0b28edf8fb2bbe0b28edf8fb2a35e |
UTF-8 | 牴゚僘牴゚傔^ | 11100111100010011011010011101111101111101001111111100101100000111001100011100111100010011011010011101111101111101001111111100101100000101001010001011110 | e789b4efbe9fe58398e789b4efbe9fe582945e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)