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 | 邵剃クェ | 111001111011100010010010111001001011100010101010 | e7b892e4b8aa |
EUC-JP | 邵剃クェ | 1110111010111010110001001110011010001110101110001000111010101010 | eebac4e68eb88eaa |
UTF-8 | 邵剃クェ | 111010011000001010110101111001011000100110000011111011111011110110111000111011111011110110101010 | e982b5e58983efbdb8efbdaa |
UHC | 邵剃?? | 111000011101000011110100111011110011111100111111 | e1d0f4ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)