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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 毅??毅??^ | 100010110100001000111111001111111000101101000010001111110011111101011110 | 8b423f3f8b423f3f5e |
EUC-JP | 毅??毅??^ | 101101011010001100111111001111111011010110100011001111110011111101011110 | b5a33f3fb5a33f3f5e |
UTF-8 | 毅듸엑毅듈닱^ | 11100110101011111000010111101011100100111011100011101100100101111001000111100110101011111000010111101011100100111000100011101011100010111011000101011110 | e6af85eb93b8ec9791e6af85eb9388eb8bb15e |
UHC | 毅듸엑毅듈닱^ | 11101011111101101011010111101111101111111010001011101011111101101011010111100010100010001010011101011110 | ebf6b5efbfa2ebf6b5e288a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)