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 | 偲辞蔀丈モ | 100011101100001110001110101010111000111011000001100011111110010011010011 | 8ec38eab8ec18fe4d3 |
EUC-JP | 偲辞蔀丈モ | 10111100110001011011110010101101101111001100001110111110111001101000111011010011 | bcc5bcadbcc3bee68ed3 |
UTF-8 | 偲辞蔀丈モ | 111001011000000110110010111010001011111010011110111010001001010010000000111001001011100010001000111011111011111010010011 | e581b2e8be9ee89480e4b888efbe93 |
UHC | ???丈? | 001111110011111100111111111011011101101100111111 | 3f3f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)