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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 闔オ隰晞ケソ\ | 11101000100011101011010111101000101011001001110111101001101110011011111101011100 | e88eb5e8ac9de9b9bf5c |
EUC-JP | 闔オ隰晞ケソ\ | 11101111111011101000111010110101111100001010111011011010111010111000111010111001100011101011111101011100 | efee8eb5f0aedaeb8eb98ebf5c |
UTF-8 | 闔オ隰晞ケソ\ | 11101001100101111001010011101111101111011011010111101001100110101011000011100110100110011001111011101111101111011011100111101111101111011011111101011100 | e99794efbdb5e99ab0e6999eefbdb9efbdbf5c |
UHC | 闔??晞??\ | 111110011110111100111111001111111111110111110101001111110011111101011100 | f9ef3f3ffdf53f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)