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 | 譖懍ь岺サ | 111001101001101110011100111011001000010010001110111110101010110110111011 | e69b9cec848efaadbb |
EUC-JP | 譖懍ь岺サ | 1110101111111011110110001110111010100111111011101000111110111011101110001000111010111011 | ebfbd8eea7ee8fbbb88ebb |
UTF-8 | 譖懍ь岺サ | 1110100010101101100101101110011010000111100011011101000110001100111001011011001010111010111011111011110110111011 | e8ad96e6878dd18ce5b2baefbdbb |
UHC | ??ь岺? | 00111111001111111010110011101110110101101011100100111111 | 3f3faceed6b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)