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 | 薺薺[薺薺[^ | 1110010101010100111001010101010001011011111001010101010011100101010101000101101101011110 | e554e5545be554e5545b5e |
EUC-JP | 薺薺[薺薺[^ | 1110100110110101111010011011010101011011111010011011010111101001101101010101101101011110 | e9b5e9b55be9b5e9b55b5e |
UTF-8 | 薺薺[薺薺[^ | 111010001001011010111010111010001001011010111010010110111110100010010110101110101110100010010110101110100101101101011110 | e896bae896ba5be896bae896ba5b5e |
UHC | 薺薺[薺薺[^ | 1111000010110001111100001011000101011011111100001011000111110000101100010101101101011110 | f0b1f0b15bf0b1f0b15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)