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 | 池?芸??耿 | 100100100111001000111111100011000111110000111111001111111110001111010100 | 92723f8c7c3f3fe3d4 |
EUC-JP | 池?芸??耿 | 110000111101001100111111101101111101110100111111001111111110011011010110 | c3d33fb7dd3f3fe6d6 |
UTF-8 | 池렔芸ㅸ렡耿 | 111001101011000110100000111010111010000010010100111010001000101010111000111000111000010110111000111010111010000010100001111010001000000010111111 | e6b1a0eba094e88ab8e385b8eba0a1e880bf |
UHC | 池렔芸ㅸ렡耿 | 111100101010111010001110101010011110100111111101101001001110100010001110101100101100110011101010 | f2ae8ea9e9fda4e88eb2ccea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)