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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邊ァ驢ア | 111001111011001010100111111010011000011010110001 | e7b2a7e986b1 |
EUC-JP | 邊ァ驢ア | 1110111010110100100011101010011111110001111001101000111010110001 | eeb48ea7f1e68eb1 |
UTF-8 | 邊ァ驢ア | 111010011000001010001010111011111011110110100111111010011010100110100010111011111011110110110001 | e9828aefbda7e9a9a2efbdb1 |
UHC | 邊?驢? | 110111001010101100111111110101011111000000111111 | dcab3fd5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)