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 | 襠馴擠鬩怜濤 | 111001011111101110010011111010011001110110101001111010011010100110010111111001011001111110110111 | e5fb93e99da9e9a997e59fb7 |
EUC-JP | 襠馴擠鬩怜濤 | 111010101111110111000110111010111101101010101011111100101010101111001110111001111101111010111001 | eafdc6ebdaabf2abcee7deb9 |
UTF-8 | 襠馴擠鬩怜濤 | 111010001010010110100000111010011010011010110100111001101001001110100000111010011010110010101001111001101000000010011100111001101011111110100100 | e8a5a0e9a6b4e693a0e9aca9e6809ce6bfa4 |
UHC | ?馴??怜濤 | 001111111110001011111000001111110011111111010110101110111101010010100110 | 3fe2f83f3fd6bbd4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)