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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????泳 | 0011111100111111001111110011111100111111001111111000100101101010 | 3f3f3f3f3f3f896a |
EUC-JP | ??????泳 | 0011111100111111001111110011111100111111001111111011000111001011 | 3f3f3f3f3f3fb1cb |
UTF-8 | 練먮㈇溜딉쪕泳 | 111011111010011010010110111010111010100010101110111000111000100010000111111011111010011110001011111010111001010010001001111011001010101010010101111001101011001110110011 | efa696eba8aee38887efa78beb9489ecaa95e6b3b3 |
UHC | 練먮㈇溜딉쪕泳 | 1110011011011111100100001110101110101001101110001110101011111110100010101110111110100101100011111110011110110110 | e6df90eba9b8eafe8aefa58fe7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)