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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 叩谷[叩谷[^ | 1001001001000000100100100100101001011011100100100100000010010010010010100101101101011110 | 9240924a5b9240924a5b5e |
EUC-JP | 叩谷[叩谷[^ | 1100001110100001110000111010101101011011110000111010000111000011101010110101101101011110 | c3a1c3ab5bc3a1c3ab5b5e |
UTF-8 | 叩谷[叩谷[^ | 111001011000111110101001111010001011000010110111010110111110010110001111101010011110100010110000101101110101101101011110 | e58fa9e8b0b75be58fa9e8b0b75b5e |
UHC | 叩谷[叩谷[^ | 1100110110110000110011011101101101011011110011011011000011001101110110110101101101011110 | cdb0cddb5bcdb0cddb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)