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 | 篋フテ | 11100010101110001100110011000011 | e2b8ccc3 |
EUC-JP | 篋フテ | 111001001011101010001110110011001000111011000011 | e4ba8ecc8ec3 |
UTF-8 | 篋フテ | 111001111010111110001011111011111011111010001100111011111011111010000011 | e7af8befbe8cefbe83 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)