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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 窪??校玲^ | 100011000100010100111111001111111000110101011010100101111110011001011110 | 8c453f3f8d5a97e65e |
EUC-JP | 窪??校玲^ | 101101111010011000111111001111111011100110111011110011101110100001011110 | b7a63f3fb9bbcee85e |
UTF-8 | 窪쇤렡校玲^ | 11100111101010101010101011101100100001111010010011101011101000001010000111100110101000001010000111100111100011101011001001011110 | e7aaaaec87a4eba0a1e6a0a1e78eb25e |
UHC | 窪쇤렡校玲^ | 1110100011000001101111001110100110001110101100101100111011101000110101101011110001011110 | e8c1bce98eb2cee8d6bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)