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 | 諱∫ィョ辷イ | 111001101000000110000001111001111010100010101110111001111000100010110010 | e68181e7a8aee788b2 |
EUC-JP | 諱∫ィョ辷イ | 111010111110000110100010111010011000111010101000100011101010111011101101111010001000111010110010 | ebe1a2e98ea88eaeede88eb2 |
UTF-8 | 諱∫ィョ辷イ | 111010001010101110110001111000101000100010101011111011111011110110101000111011111011110110101110111010001011111010110111111011111011110110110010 | e8abb1e288abefbda8efbdaee8beb7efbdb2 |
UHC | 諱∫???? | 1111110111001001101000011111001000111111001111110011111100111111 | fdc9a1f23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)