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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 傲??佚?BF | 100110001111110000111111001111111001100011000011001111110100001001000110 | 98fc3f3f98c33f4246 |
EUC-JP | 傲??佚?BF | 110100001111111000111111001111111101000011000101001111110100001001000110 | d0fe3f3fd0c53f4246 |
UTF-8 | 傲듽끆佚걇BF | 1110010110000010101100101110101110010011101111011110101110000001100001101110010010111101100110101110101010110001100001110100001001000110 | e582b2eb93bdeb8186e4bd9aeab1874246 |
UHC | 傲듽끆佚걇BF | 111001111110110010001010111000111000010110111010111011001110101010000001011011110100001001000110 | e7ec8ae385baecea816f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)