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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葉??由 | 100101110111010000111111001111111001011101010010 | 97743f3f9752 |
EUC-JP | 葉??由 | 110011011101010100111111001111111100110110110011 | cdd53f3fcdb3 |
UTF-8 | 葉잞쪕由 | 111010001001000110001001111011001001111010011110111011001010101010010101111001111001010010110001 | e89189ec9e9eecaa95e794b1 |
UHC | 葉잞쪕由 | 1110011110101000100111111110111110100101100011111110101110100110 | e7a89fefa58feba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)