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 | ??(肉?? | 0011111100111111100000010110100110010011111101110011111100111111 | 3f3f816993f73f3f |
EUC-JP | ??(肉?? | 0011111100111111101000011100101011000110111110010011111100111111 | 3f3fa1cac6f93f3f |
UTF-8 | 咽뉖(肉뤷섧 | 111011111010011010011110111010111000100110010110111011111011110010001000111010001000001010001001111010111010010010110111111011001000010010100111 | efa69eeb8996efbc88e88289eba4b7ec84a7 |
UHC | 咽뉖(肉뤷섧 | 111001101110110010000111111010111010001110101000111010111011111110001111111001011011110010110101 | e6ec87eba3a8ebbf8fe5bcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)