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 | 杜杜[杜杜[^ | 1001001101101101100100110110110101011011100100110110110110010011011011010101101101011110 | 936d936d5b936d936d5b5e |
EUC-JP | 杜杜[杜杜[^ | 1100010111001110110001011100111001011011110001011100111011000101110011100101101101011110 | c5cec5ce5bc5cec5ce5b5e |
UTF-8 | 杜杜[杜杜[^ | 111001101001110110011100111001101001110110011100010110111110011010011101100111001110011010011101100111000101101101011110 | e69d9ce69d9c5be69d9ce69d9c5b5e |
UHC | 杜杜[杜杜[^ | 1101010011100001110101001110000101011011110101001110000111010100111000010101101101011110 | d4e1d4e15bd4e1d4e15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)