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 | ?????BB | 00111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f4242 |
SJIS-WIN | 日橋???BB | 100100111111101010001011101101000011111100111111001111110100001001000010 | 93fa8bb43f3f3f4242 |
EUC-JP | 日橋???BB | 110001101111110010110110101101100011111100111111001111110100001001000010 | c6fcb6b63f3f3f4242 |
UTF-8 | 日橋마麟렡BB | 1110011010010111101001011110011010101001100010111110101110100111100010001110111110100111101100111110101110100000101000010100001001000010 | e697a5e6a98beba788efa7b3eba0a14242 |
UHC | 日橋마麟렡BB | 111011001110110111001110111010011011100010110110111011001110100010001110101100100100001001000010 | ecedcee9b8b6ece88eb24242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)