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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | イ寬サ爾B | 111100101011011010110010111110101010101010111011100011101010001001000010 | f2b6b2faaabb8ea242 |
EUC-JP | ?イ?サ爾B | 001111111000111010110010001111111000111010111011101111001010010001000010 | 3f8eb23f8ebbbca442 |
UTF-8 | イ寬サ爾B | 11101110100001111010110111101111101111011011001011100101101011111010110011101111101111011011101111100111100010001011111001000010 | ee87adefbdb2e5afacefbdbbe788be42 |
UHC | ??寬?爾B | 0011111100111111110011101011000000111111111011001011001101000010 | 3f3fceb03fecb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)