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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 笋o襲郤 | 1110001010100010100000101000111110001111010100001110011110111010 | e2a2828f8f50e7ba |
EUC-JP | 笋o襲郤 | 1110010010100100101000111110111110111101101100011110111010111100 | e4a4a3efbdb1eebc |
UTF-8 | 笋o襲郤 | 111001111010110010001011111011111011110110001111111010001010010110110010111010011000001110100100 | e7ac8befbd8fe8a5b2e983a4 |
UHC | ?o襲? | 001111111010001111101111111000111010100100111111 | 3fa3efe3a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)