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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 湿篝偲湿篝偲B | 10001110101111001110001010111110100011101100001110001110101111001110001010111110100011101100001101000010 | 8ebce2be8ec38ebce2be8ec342 |
EUC-JP | 湿篝偲湿篝偲B | 10111100101111101110010011000000101111001100010110111100101111101110010011000000101111001100010101000010 | bcbee4c0bcc5bcbee4c0bcc542 |
UTF-8 | 湿篝偲湿篝偲B | 11100110101110011011111111100111101011111001110111100101100000011011001011100110101110011011111111100111101011111001110111100101100000011011001001000010 | e6b9bfe7af9de581b2e6b9bfe7af9de581b242 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)