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 | 顫阪h粹崎 | 11101000111110101000110111100011100000101000100011100010111011011000110111101000 | e8fa8de38288e2ed8de8 |
EUC-JP | 顫阪h粹崎 | 11110000111111001011101011100101101000111110100011100100111011111011101011101010 | f0fcbae5a3e8e4efbaea |
UTF-8 | 顫阪h粹崎 | 111010011010000110101011111010011001100010101010111011111011110110001000111001111011001010111001111001011011010010001110 | e9a1abe998aaefbd88e7b2b9e5b48e |
UHC | 顫阪h粹崎 | 11101111101101011111100010100001101000111110100011100010101101101101000011111000 | efb5f8a1a3e8e2b6d0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)