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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?蕣?坎粃 | 0011111111100100111110100011111110011010101010101110001011100001 | 3fe4fa3f9aaae2e1 |
EUC-JP | ?蕣?坎粃 | 0011111111101000111111000011111111010100101011001110010011100011 | 3fe8fc3fd4ace4e3 |
UTF-8 | 롒蕣뤗坎粃 | 111010111010000110010010111010001001010110100011111010111010010010010111111001011001110110001110111001111011001010000011 | eba192e895a3eba497e59d8ee7b283 |
UHC | 롒蕣뤗坎粃 | 10001110110101111110001011110010100011111100011111001010111011001101110111111011 | 8ed7e2f28fc7caecddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)