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 | ??r}Y??r}bE | 0011111100111111011100100111110101011001001111110011111101110010011111010110001001000101 | 3f3f727d593f3f727d6245 |
SJIS-WIN | ??r}Y??r}bE | 0011111100111111011100100111110101011001001111110011111101110010011111010110001001000101 | 3f3f727d593f3f727d6245 |
EUC-JP | ??r}Y??r}bE | 0011111100111111011100100111110101011001001111110011111101110010011111010110001001000101 | 3f3f727d593f3f727d6245 |
UTF-8 | 창횪r}Y창횪r}bE | 11101100101100001011110111101101100110101010101001110010011111010101100111101100101100001011110111101101100110101010101001110010011111010110001001000101 | ecb0bded9aaa727d59ecb0bded9aaa727d6245 |
UHC | 창횪r}Y창횪r}bE | 110000111010001011000011101000000111001001111101010110011100001110100010110000111010000001110010011111010110001001000101 | c3a2c3a0727d59c3a2c3a0727d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)