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 | 族樽蔵則 | 1001000110110000100100100100110110010001101000001001000110100101 | 91b0924d91a091a5 |
EUC-JP | 族樽蔵則 | 1100001010110010110000111010111011000010101000101100001010100111 | c2b2c3aec2a2c2a7 |
UTF-8 | 族樽蔵則 | 111001101001011110001111111001101010100010111101111010001001010010110101111001011000100110000111 | e6978fe6a8bde894b5e58987 |
UHC | 族樽?則 | 11110000111010011111000111011100001111111111011011001110 | f0e9f1dc3ff6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)