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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シ゚セヒ示ショ | 1011110011011111101111101100101110001110101001101011110010101110 | bcdfbecb8ea6bcae |
EUC-JP | シ゚セヒ示ショ | 1000111010111100100011101101111110001110101111101000111011001011101111001010100010001110101111001000111010101110 | 8ebc8edf8ebe8ecbbca88ebc8eae |
UTF-8 | シ゚セヒ示ショ | 111011111011110110111100111011111011111010011111111011111011110110111110111011111011111010001011111001111010010010111010111011111011110110111100111011111011110110101110 | efbdbcefbe9fefbdbeefbe8be7a4baefbdbcefbdae |
UHC | ????示?? | 0011111100111111001111110011111111100011110001100011111100111111 | 3f3f3f3fe3c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)