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 | 也ょ?耶? | 1001011011100111100000101110010100111111100101101110101100111111 | 96e782e53f96eb3f |
EUC-JP | 也ょ?耶? | 1100110011101001101001001110011100111111110011001110110100111111 | cce9a4e73fcced3f |
UTF-8 | 也ょ궘耶쁗 | 111001001011100110011111111000111000001010000111111010101011011010011000111010001000000010110110111011001000000110010111 | e4b99fe38287eab698e880b6ec8197 |
UHC | 也ょ궘耶쁗 | 11100101101001011010101011100111100000101010110111100101101011011001100001010111 | e5a5aae782ade5ad9857 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)