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 | ?③?要ょ? | 001111111000011101000010001111111001011101110110100000101110010100111111 | 3f87423f977682e53f |
EUC-JP | ???要ょ? | 0011111100111111001111111100110111010111101001001110011100111111 | 3f3f3fcdd7a4e73f |
UTF-8 | 礪③ㅍ要ょ르 | 111011111010011010000101111000101001000110100010111000111000010110001101111010001010011010000001111000111000001010000111111010111010010110110100 | efa685e291a2e3858de8a681e38287eba5b4 |
UHC | 礪③ㅍ要ょ르 | 111001101010011110101000111010011010010010111101111010011010100110101010111001111011100010100011 | e6a7a8e9a4bde9a9aae7b8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)