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 | 貅川棆雉壱イ | 1110011010111010100100001110110010011110101100001110100010110011100010001110101110110010 | e6ba90ec9eb0e8b388ebb2 |
EUC-JP | 貅川棆雉壱イ | 111011001011110011000000111011101101110010110010111100001011010110110000111011011000111010110010 | ecbcc0eedcb2f0b5b0ed8eb2 |
UTF-8 | 貅川棆雉壱イ | 111010001011001010000101111001011011011110011101111001101010001110000110111010011001101110001001111001011010001110110001111011111011110110110010 | e8b285e5b79de6a386e99b89e5a3b1efbdb2 |
UHC | ?川?雉?? | 0011111111110100101110010011111111110110110010110011111100111111 | 3ff4b93ff6cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)