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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | ?普??謙?I | 001111111001010110000001001111110011111110001100101010100011111101001001 | 3f95813f3f8caa3f49 |
EUC-JP | ?普??謙?I | 001111111100100111100001001111110011111110111000101011000011111101001001 | 3fc9e13f3fb8ac3f49 |
UTF-8 | 렻普렢렻謙렍I | 11101011101000001011101111100110100110011010111011101011101000001010001011101011101000001011101111101000101011001001100111101011101000001000110101001001 | eba0bbe699aeeba0a2eba0bbe8ac99eba08d49 |
UHC | 렻普렢렻謙렍I | 10001110110000111101110011000101100011101011001110001110110000111100110011000101100011101010001101001001 | 8ec3dcc58eb38ec3ccc58ea349 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)