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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雉贋クケ蛛エ | 111010001011001110001010111001001011100010111001111001011000000110110100 | e8b38ae4b8b9e581b4 |
EUC-JP | 雉贋クケ蛛エ | 111100001011010110110100111001101000111010111000100011101011100111101001111000011000111010110100 | f0b5b4e68eb88eb9e9e18eb4 |
UTF-8 | 雉贋クケ蛛エ | 111010011001101110001001111010001011010010001011111011111011110110111000111011111011110110111001111010001001101110011011111011111011110110110100 | e99b89e8b48befbdb8efbdb9e89b9befbdb4 |
UHC | 雉???蛛? | 1111011011001011001111110011111100111111111100011100100000111111 | f6cb3f3f3ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)