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 | 筝壕梢粳 | 1110001010110110100011011000100010001111101111011110001011101001 | e2b68d888fbde2e9 |
EUC-JP | 筝壕梢粳 | 1110010010111000101110011110100010111110101111111110010011101011 | e4b8b9e8bebfe4eb |
UTF-8 | 筝壕梢粳 | 111001111010110110011101111001011010001110010101111001101010001010100010111001111011001010110011 | e7ad9de5a395e6a2a2e7b2b3 |
UHC | ?壕梢粳 | 00111111111110111011110111110100111111101100101111010111 | 3ffbbdf4fecbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)