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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ソト盒ソト盒^ | 101111111100010011100001101101001011111111000100111000011011010001011110 | bfc4e1b4bfc4e1b45e |
EUC-JP | ソト盒ソト盒^ | 10001110101111111000111011000100111000101011011010001110101111111000111011000100111000101011011001011110 | 8ebf8ec4e2b68ebf8ec4e2b65e |
UTF-8 | ソト盒ソト盒^ | 11101111101111011011111111101111101111101000010011100111100110111001001011101111101111011011111111101111101111101000010011100111100110111001001001011110 | efbdbfefbe84e79b92efbdbfefbe84e79b925e |
UHC | ??盒??盒^ | 001111110011111111111001111011000011111100111111111110011110110001011110 | 3f3ff9ec3f3ff9ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)