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 | 藏ξ? | 1110010101010101100000111100110000111111 | e55583cc3f |
EUC-JP | 藏ξ? | 1110100110110110101001101100111000111111 | e9b6a6ce3f |
UTF-8 | 藏ξ뫀 | 1110100010010111100011111100111010111110111010111010101110000000 | e8978fcebeebab80 |
UHC | 藏ξ뫀 | 111011011111101010100101111011101001000110100100 | edfaa5ee91a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)