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 | 跫育梹跋コ | 111001101110110110001000111001111001111010001110111001101110101110111010 | e6ed88e79e8ee6ebba |
EUC-JP | 跫育梹跋コ | 11101100111011111011000011101001110110111110111011101100111011011000111010111010 | ecefb0e9dbeeeced8eba |
UTF-8 | 跫育梹跋コ | 111010001011011110101011111010001000001010110010111001101010001010111001111010001011011110001011111011111011110110111010 | e8b7abe882b2e6a2b9e8b78befbdba |
UHC | ?育?跋? | 00111111111010111100000000111111110110111010001000111111 | 3febc03fdba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)