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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???右B | 001111110011111100111111100010010100010101000010 | 3f3f3f894542 |
EUC-JP | ???右B | 001111110011111100111111101100011010011001000010 | 3f3f3fb1a642 |
UTF-8 | 쒀烈렕右B | 11101100100100101000000011101111101001101001111111101011101000001001010111100101100011111011001101000010 | ec9280efa69feba095e58fb342 |
UHC | 쒀烈렕右B | 101111101010110011100110111011111000111010101010111010011101001101000010 | beace6ef8eaae9d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)