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 | 001111110011111100111111001111110011111101100010 | 3f3f3f3f3f62 |
SJIS-WIN | ?????b | 001111110011111100111111001111110011111101100010 | 3f3f3f3f3f62 |
EUC-JP | ?珏???b | 0011111110001111110010111110110100111111001111110011111101100010 | 3f8fcbed3f3f3f62 |
UTF-8 | 렺珏렪렻렒b | 11101011101000001011101011100111100011111000111111101011101000001010101011101011101000001011101111101011101000001001001001100010 | eba0bae78f8feba0aaeba0bbeba09262 |
UHC | 렺珏렪렻렒b | 1000111011000010110010101100010010001110101110001000111011000011100011101010011101100010 | 8ec2cac48eb88ec38ea762 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)