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 | 笳輒豎貉 | 1110001010010111111001110110101111100110101100011110011010111001 | e297e76be6b1e6b9 |
EUC-JP | 笳輒豎貉 | 1110001111110111111011011100110011101100101100111110110010111011 | e3f7edccecb3ecbb |
UTF-8 | 笳輒豎貉 | 111001111010110010110011111010001011110010010010111010001011000110001110111010001011001010001001 | e7acb3e8bc92e8b18ee8b289 |
UHC | ?輒?? | 0011111111110100111001010011111100111111 | 3ff4e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)