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 | 髜ヒ・髜ヒ・^ | 111111000100000011001011101001011111110001000000110010111010010101011110 | fc40cba5fc40cba55e |
EUC-JP | 髜ヒ・髜ヒ・^ | 100011111110100111101101100011101100101110001110101001011000111111101001111011011000111011001011100011101010010101011110 | 8fe9ed8ecb8ea58fe9ed8ecb8ea55e |
UTF-8 | 髜ヒ・髜ヒ・^ | 11101001101010111001110011101111101111101000101111101111101111011010010111101001101010111001110011101111101111101000101111101111101111011010010101011110 | e9ab9cefbe8befbda5e9ab9cefbe8befbda55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)