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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 菫滝イシ粤。 | 11100100101111111001000111101010101100101011110011100010111000111000000101000010 | e4bf91eab2bce2e38142 |
EUC-JP | 菫滝イシ粤。 | 111010001100000111000010111011001000111010110010100011101011110011100100111001011010000110100011 | e8c1c2ec8eb28ebce4e5a1a3 |
UTF-8 | 菫滝イシ粤。 | 111010001000111110101011111001101011101110011101111011111011110110110010111011111011110110111100111001111011001010100100111000111000000010000010 | e88fabe6bb9defbdb2efbdbce7b2a4e38082 |
UHC | 菫????。 | 1101000011001011001111110011111100111111001111111010000110100011 | d0cb3f3f3f3fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)