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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 炭其息炭其 | 10010010010110011001000110110100100100011010011110010010010110011001000110110100 | 925991b491a7925991b4 |
EUC-JP | 炭其息炭其 | 11000011101110101100001010110110110000101010100111000011101110101100001010110110 | c3bac2b6c2a9c3bac2b6 |
UTF-8 | 炭其息炭其 | 111001111000001010101101111001011000010110110110111001101000000110101111111001111000001010101101111001011000010110110110 | e782ade585b6e681afe782ade585b6 |
UHC | 炭其息炭其 | 11110111101010011101000011101100111000111101001111110111101010011101000011101100 | f7a9d0ece3d3f7a9d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)