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 | 永??揖?暎 | 100010010110100100111111001111111001011101001011001111111001110111110011 | 89693f3f974b3f9df3 |
EUC-JP | 永??揖?暎 | 101100011100101000111111001111111100110110101100001111111101101011110101 | b1ca3f3fcdac3fdaf5 |
UTF-8 | 永띕낑揖캟暎 | 111001101011000010111000111010111001110110010101111010111000001010010001111001101000111110010110111011001011101010011111111001101001101010001110 | e6b0b8eb9d95eb8291e68f96ecba9fe69a8e |
UHC | 永띕낑揖캟暎 | 111001111011010110110110111010111011001110101001111010111110011110110000010001101110011110110010 | e7b5b6ebb3a9ebe7b046e7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)