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 | 1000111011010110100011101010111010001111110001001100110001000010 | 8ed68eae8fc4cc42 |
EUC-JP | 蛇式焼フB | 101111001101100010111100101100001011111011000110100011101100110001000010 | bcd8bcb0bec68ecc42 |
UTF-8 | 蛇式焼フB | 11101000100110111000011111100101101111001000111111100111100001001011110011101111101111101000110001000010 | e89b87e5bc8fe784bcefbe8c42 |
UHC | 蛇式??B | 11011110111011111110001111010010001111110011111101000010 | deefe3d23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)