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 | 仲?諍? | 100100101000011100111111111001100111100100111111 | 92873fe6793f |
EUC-JP | 仲?諍? | 110000111110011100111111111010111101101000111111 | c3e73febda3f |
UTF-8 | 仲렒諍렧 | 111001001011101110110010111010111010000010010010111010001010101110001101111010111010000010100111 | e4bbb2eba092e8ab8deba0a7 |
UHC | 仲렒諍렧 | 1111000111101010100011101010011111101110101101011000111010110110 | f1ea8ea7eeb58eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)