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 | 隲「蟷手㊥ | 111010001010101110100010111001011011100110001110111010001000011110000110 | e8aba2e5b98ee88786 |
EUC-JP | 隲「蟷手? | 111100001010110110001110101000101110101010111011101111001110101000111111 | f0ad8ea2eabbbcea3f |
UTF-8 | 隲「蟷手㊥ | 111010011001101010110010111011111011110110100010111010001001111110110111111001101000100110001011111000111000101010100101 | e99ab2efbda2e89fb7e6898be38aa5 |
UHC | ???手? | 001111110011111100111111111000101010001000111111 | 3f3f3fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)