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 | 骰派骰 | 111010011000110110010100011010001110100110001101 | e98d9468e98d |
EUC-JP | 骰派骰 | 111100011110110111000111110010011111000111101101 | f1edc7c9f1ed |
UTF-8 | 骰派骰 | 111010011010101010110000111001101011010010111110111010011010101010110000 | e9aab0e6b4bee9aab0 |
UHC | ?派? | 00111111111101111110111100111111 | 3ff7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)