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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驤泌ク幢スセ | 111010011000100010010100111001011011100010011011111011111011110110111110 | e98894e5b89befbdbe |
EUC-JP | 驤泌ク幢スセ | 111100011110100011001000111001111000111010111000110101101111000110001110101111011000111010111110 | f1e8c8e78eb8d6f18ebd8ebe |
UTF-8 | 驤泌ク幢スセ | 111010011010100110100100111001101011001110001100111011111011110110111000111001011011100110100010111011111011110110111101111011111011110110111110 | e9a9a4e6b38cefbdb8e5b9a2efbdbdefbdbe |
UHC | ?泌?幢?? | 0011111111111001101100100011111111010011110100110011111100111111 | 3ff9b23fd3d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)