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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 社縞[社縞[^ | 1000111011010000100011101100100001011011100011101101000010001110110010000101101101011110 | 8ed08ec85b8ed08ec85b5e |
EUC-JP | 社縞[社縞[^ | 1011110011010010101111001100101001011011101111001101001010111100110010100101101101011110 | bcd2bcca5bbcd2bcca5b5e |
UTF-8 | 社縞[社縞[^ | 111001111010010010111110111001111011100010011110010110111110011110100100101111101110011110111000100111100101101101011110 | e7a4bee7b89e5be7a4bee7b89e5b5e |
UHC | 社縞[社縞[^ | 1101111011100100111110111101011001011011110111101110010011111011110101100101101101011110 | dee4fbd65bdee4fbd65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)