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 | 遶擾スシ郢 | 1110011110101011100011111110111110111101101111001110011110111001 | e7ab8fefbdbce7b9 |
EUC-JP | 遶擾スシ郢 | 11101110101011011011111011110001100011101011110110001110101111001110111010111011 | eeadbef18ebd8ebceebb |
UTF-8 | 遶擾スシ郢 | 111010011000000110110110111001101001001110111110111011111011110110111101111011111011110110111100111010011000001110100010 | e981b6e693beefbdbdefbdbce983a2 |
UHC | ?擾??? | 001111111110100011110110001111110011111100111111 | 3fe8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)