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 | 貔∫怐 | 111001101011111010000001111001111001110010000001 | e6be81e79c81 |
EUC-JP | 貔∫怐 | 111011001100000010100010111010011101011111100001 | ecc0a2e9d7e1 |
UTF-8 | 貔∫怐 | 111010001011001010010100111000101000100010101011111001101000000010010000 | e8b294e288abe68090 |
UHC | ?∫? | 00111111101000011111001000111111 | 3fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)