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 | æõ°ç | 1110011011110101101100001110011110001100 | e6f5b0e78c |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | æõ°ç? | 100011111010100111000001100011111010101111011000101000011110101110001111101010111010111000111111 | 8fa9c18fabd8a1eb8fabae3f |
UTF-8 | æõ°ç | 11000011101001101100001110110101110000101011000011000011101001111100001010001100 | c3a6c3b5c2b0c3a7c28c |
UHC | æ?°?? | 10101001101000010011111110100001110001100011111100111111 | a9a13fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)