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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 指???彦? | 1000111001110111001111110011111100111111100101010100011000111111 | 8e773f3f3f95463f |
EUC-JP | 指???彦? | 1011101111011000001111110011111100111111110010011010011100111111 | bbd83f3f3fc9a73f |
UTF-8 | 指편렰렕彦렗 | 111001101000110010000111111011011000111010111000111010111010000010110000111010111010000010010101111001011011110110100110111010111010000010010111 | e68c87ed8eb8eba0b0eba095e5bda6eba097 |
UHC | 指편렰렕彦렗 | 111100101010011011000110111011011000111010111101100011101010101011100101111010011000111010101100 | f2a6c6ed8ebd8eaae5e98eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)