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 | 1001001111111010100010111011010000111111001111110011111101000010 | 93fa8bb43f3f3f42 |
EUC-JP | 日橋???B | 1100011011111100101101101011011000111111001111110011111101000010 | c6fcb6b63f3f3f42 |
UTF-8 | 日橋볜麟렡B | 11100110100101111010010111100110101010011000101111101011101100111001110011101111101001111011001111101011101000001010000101000010 | e697a5e6a98bebb39cefa7b3eba0a142 |
UHC | 日橋볜麟렡B | 1110110011101101110011101110100110111010101101111110110011101000100011101011001001000010 | ecedcee9bab7ece88eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)