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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 酌宍シャ | 11110010111000101000111011011110111100111110111010001110101100111011110010101100 | f2e28edef3ee8eb3bcac |
EUC-JP | ?酌?宍シャ | 00111111101111001110000000111111101111001011010110001110101111001000111010101100 | 3fbce03fbcb58ebc8eac |
UTF-8 | 酌宍シャ | 111011101000100010011001111010011000010110001100111011101000101110100001111001011010111010001101111011111011110110111100111011111011110110101100 | ee8899e9858cee8ba1e5ae8defbdbcefbdac |
UHC | ?酌???? | 00111111111011011100110000111111001111110011111100111111 | 3fedcc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)