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 | 娃??要ι? | 100010001010000100111111001111111001011101110110100000111100011100111111 | 88a13f3f977683c73f |
EUC-JP | 娃??要ι? | 101100001010001100111111001111111100110111010111101001101100100100111111 | b0a33f3fcdd7a6c93f |
UTF-8 | 娃쏙슐要ι긽 | 1110010110101000100000111110110010001111100110011110110010001010100100001110100010100110100000011100111010111001111010101011100010111101 | e5a883ec8f99ec8a90e8a681ceb9eab8bd |
UHC | 娃쏙슐要ι긽 | 111010001101111110111101111011111011110110110110111010011010100110100101111010011000001110000001 | e8dfbdefbdb6e9a9a5e98381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)