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 | 蕚蔆デ | 111001001101010011100100110011111000001101100110 | e4d4e4cf8366 |
EUC-JP | 蕚蔆デ | 111010001101011011101000110100011010010111000111 | e8d6e8d1a5c7 |
UTF-8 | 蕚蔆デ | 111010001001010110011010111010001001010010000110111000111000001110000111 | e8959ae89486e38387 |
UHC | ??デ | 00111111001111111010101111000111 | 3f3fabc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)