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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篳釈酌篳 | 1110001011001000100011101101111110001110110111101110001011001000 | e2c88edf8edee2c8 |
EUC-JP | 篳釈酌篳 | 1110010011001010101111001110000110111100111000001110010011001010 | e4cabce1bce0e4ca |
UTF-8 | 篳釈酌篳 | 111001111010111110110011111010011000011110001000111010011000010110001100111001111010111110110011 | e7afb3e98788e9858ce7afb3 |
UHC | ??酌? | 0011111100111111111011011100110000111111 | 3f3fedcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)