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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?蕎e | 0011111110001011101111001000001010000101 | 3f8bbc8285 |
EUC-JP | ?蕎e | 0011111110110110101111101010001111100101 | 3fb6bea3e5 |
UTF-8 | 卽蕎e | 111001011000110110111101111010001001010110001110111011111011110110000101 | e58dbde8958eefbd85 |
UHC | 卽蕎e | 111100011110110111001110111100001010001111100101 | f1edcef0a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)