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 | 柚麥? | 1001011101001101111010100110110100111111 | 974dea6d3f |
EUC-JP | 柚麥? | 1100110110101110111100111100111000111111 | cdaef3ce3f |
UTF-8 | 柚麥츌 | 111001101001111110011010111010011011101010100101111011001011100010001100 | e69f9ae9baa5ecb88c |
UHC | 柚麥츌 | 111010101111011011011000111010101100001111110100 | eaf6d8eac3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)