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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄧ゐ怕蹊 | 1111101110111001100000101110111010011100100001101110011011111100 | fbb982ee9c86e6fc |
EUC-JP | 鄧ゐ怕蹊 | 100011111110001011000111101001001111000011010111111001101110110011111110 | 8fe2c7a4f0d7e6ecfe |
UTF-8 | 鄧ゐ怕蹊 | 111010011000010010100111111000111000001010010000111001101000000010010101111010001011100110001010 | e984a7e38290e68095e8b98a |
UHC | 鄧ゐ?蹊 | 11010100111110001010101011110000001111111111101110110111 | d4f8aaf03ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)