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 | 蹂o? | 1110011011111000100000101000111100111111 | e6f8828f3f |
EUC-JP | 蹂o? | 1110110011111010101000111110111100111111 | ecfaa3ef3f |
UTF-8 | 蹂o쫽 | 111010001011100110000010111011111011110110001111111011001010101110111101 | e8b982efbd8fecabbd |
UHC | 蹂o쫽 | 111010111011001110100011111011111010011010010100 | ebb3a3efa694 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)