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 | 袿笋゚ | 1110010111011101111000101010001011011111 | e5dde2a2df |
EUC-JP | 袿笋゚ | 111010101101111111100100101001001000111011011111 | eadfe4a48edf |
UTF-8 | 袿笋゚ | 111010001010001010111111111001111010110010001011111011111011111010011111 | e8a2bfe7ac8befbe9f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)