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 | 炭其嘆其促 | 10010010010110011001000110110100100100100101000110010001101101001001000110100011 | 925991b4925191b491a3 |
EUC-JP | 炭其嘆其促 | 11000011101110101100001010110110110000111011001011000010101101101100001010100101 | c3bac2b6c3b2c2b6c2a5 |
UTF-8 | 炭其嘆其促 | 111001111000001010101101111001011000010110110110111001011001100010000110111001011000010110110110111001001011111110000011 | e782ade585b6e59886e585b6e4bf83 |
UHC | 炭其嘆其促 | 11110111101010011101000011101100111101111010001111010000111011001111010110110101 | f7a9d0ecf7a3d0ecf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)