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 | ?芦?撰> | 0011111110001000101100000011111110010000111011111000000110000100 | 3f88b03f90ef8184 |
EUC-JP | ?芦?撰> | 0011111110110000101100100011111111000000111100011010000111100100 | 3fb0b23fc0f1a1e4 |
UTF-8 | 뤗芦쥘撰> | 111010111010010010010111111010001000101010100110111011001010010110011000111001101001001010110000111011111011110010011110 | eba497e88aa6eca598e692b0efbc9e |
UHC | 뤗芦쥘撰> | 10001111110001111111101111011000110000011110011011110011101111001010001110111110 | 8fc7fbd8c1e6f3bca3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)