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 | リソ銹゚ | 1101100010111111111001111111011011011111 | d8bfe7f6df |
EUC-JP | リソ銹゚ | 1000111011011000100011101011111111101110111110001000111011011111 | 8ed88ebfeef88edf |
UTF-8 | リソ銹゚ | 111011111011111010011000111011111011110110111111111010011000101010111001111011111011111010011111 | efbe98efbdbfe98ab9efbe9f |
UHC | ??銹? | 0011111100111111111000101100100000111111 | 3f3fe2c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)