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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 蹂o?] | 111001101111100010000010100011110011111101011101 | e6f8828f3f5d |
EUC-JP | 蹂o?] | 111011001111101010100011111011110011111101011101 | ecfaa3ef3f5d |
UTF-8 | 蹂o쫷] | 11101000101110011000001011101111101111011000111111101100101010111011011101011101 | e8b982efbd8fecabb75d |
UHC | 蹂o쫷] | 11101011101100111010001111101111101001101000111001011101 | ebb3a3efa68e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)