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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咀篩?楸 | 10011001111100001110001010111111001111111001111010110100 | 99f0e2bf3f9eb4 |
EUC-JP | 咀篩琨楸 | 110100101111001011100100110000011000111111001100101011001101110010110110 | d2f2e4c18fccacdcb6 |
UTF-8 | 咀篩琨楸 | 111001011001001010000000111001111010111110101001111001111001000010101000111001101010010110111000 | e59280e7afa9e790a8e6a5b8 |
UHC | 咀篩琨楸 | 1110111010111010110111101110100011001101111001001111010111010001 | eebadee8cde4f5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)