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 | ?ゃ?已? | 00111111100000101110000100111111100110111101111100111111 | 3f82e13f9bdf3f |
EUC-JP | ?ゃ?已? | 00111111101001001110001100111111110101101110000100111111 | 3fa4e33fd6e13f |
UTF-8 | 閭ゃ굝已쯆 | 111011111010011010000110111000111000001010000011111010101011010110011101111001011011011110110010111011001010111110000110 | efa686e38283eab59de5b7b2ecaf86 |
UHC | 閭ゃ굝已쯆 | 11100110101011011010101011100011100000101000010111101100101010111010100101000010 | e6adaae38285ecaba942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)