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 | 耶ョオ押? | 100101101110101110000011100001111000001101001001100010011001111100111111 | 96eb83878349899f3f |
EUC-JP | 耶ョオ押? | 110011001110110110100101111001111010010110101010101100101010000100111111 | cceda5e7a5aab2a13f |
UTF-8 | 耶ョオ押뜸 | 111010001000000010110110111000111000001110100111111000111000001010101010111001101000101010111100111010111001110010111000 | e880b6e383a7e382aae68abceb9cb8 |
UHC | 耶ョオ押뜸 | 11100101101011011010101111100111101010111010101011100100111000111011011011100100 | e5adabe7abaae4e3b6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)