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 | ?岫ま?┝ | 0011111110011011101010111000001011011100001111111000010010111010 | 3f9bab82dc3f84ba |
EUC-JP | ?岫ま?┝ | 0011111111010110101011011010010011011110001111111010100010111100 | 3fd6ada4de3fa8bc |
UTF-8 | 얍岫ま뤚┝ | 111011001001011010001101111001011011001010101011111000111000000110111110111010111010010010011010111000101001010010011101 | ec968de5b2abe381beeba49ae2949d |
UHC | 얍岫ま뤚┝ | 10111110111001011110000111111011101010101101111010001111110010011010011010111100 | bee5e1fbaade8fc9a6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)