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 | ??ⅷ | 00111111001111111111101001000111 | 3f3ffa47 |
EUC-JP | 熒?? | 1000111111001010101001110011111100111111 | 8fcaa73f3f |
UTF-8 | 熒쒏ⅷ | 111001111000011010010010111011001001001010001111111000101000010110110111 | e78692ec928fe285b7 |
UHC | 熒쒏ⅷ | 111110111010011110011100111001101010010110101000 | fba79ce6a5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)