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 | 孃??汝? | 10011011011011110011111100111111100100111111000000111111 | 9b6f3f3f93f03f |
EUC-JP | 孃??汝? | 11010101110100000011111100111111110001101111001000111111 | d5d03f3fc6f23f |
UTF-8 | 孃룟뫎汝쁁 | 111001011010110110000011111010111010001110011111111010111010101110001110111001101011000110011101111011001000000110000001 | e5ad83eba39febab8ee6b19dec8181 |
UHC | 孃룟뫎汝쁁 | 11100101101111101011011111100101100100011011000011100110101000111001100001000010 | e5beb7e591b0e6a39842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)