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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 撓?燔 | 1001110110011010001111111110000010011000 | 9d9a3fe098 |
EUC-JP | 撓?燔 | 1101100111111010001111111101111111111000 | d9fa3fdff8 |
UTF-8 | 撓얘燔 | 111001101001001010010011111011001001011010011000111001111000011110010100 | e69293ec9698e78794 |
UHC | 撓얘燔 | 111010001111010110111110111010101101101111100010 | e8f5beeadbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)