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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈿ォ蜊灘シ | 1110011111101101101010111110010110001101100100111110010110111100 | e7edabe58d93e5bc |
EUC-JP | 鈿ォ蜊灘シ | 11101110111011111000111010101011111010011110110111000110111001111000111010111100 | eeef8eabe9edc6e78ebc |
UTF-8 | 鈿ォ蜊灘シ | 111010011000100010111111111011111011110110101011111010001001110010001010111001111000000110011000111011111011110110111100 | e988bfefbdabe89c8ae78198efbdbc |
UHC | 鈿??灘? | 11101111101011110011111100111111111101111010100000111111 | efaf3f3ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)