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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???啼?B | 00111111001111110011111110011010011001010011111101000010 | 3f3f3f9a653f42 |
EUC-JP | ???啼?B | 00111111001111110011111111010011110001100011111101000010 | 3f3f3fd3c63f42 |
UTF-8 | 롎롃렎啼렟B | 11101011101000011000111011101011101000011000001111101011101000001000111011100101100101011011110011101011101000001001111101000010 | eba18eeba183eba08ee595bceba09f42 |
UHC | 롎롃렎啼렟B | 1000111011010100100011101100101010001110101001001111000010100110100011101011000001000010 | 8ed48eca8ea4f0a68eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)