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 | ク荅聿 | 11110000101111111011100011100100101001111110001111100100 | f0bfb8e4a7e3e4 |
EUC-JP | ?ク荅聿 | 00111111100011101011100011101000101010011110011011100110 | 3f8eb8e8a9e6e6 |
UTF-8 | ク荅聿 | 111011101000000110111110111011111011110110111000111010001000110110000101111010001000000110111111 | ee81beefbdb8e88d85e881bf |
UHC | ???聿 | 0011111100111111001111111110101111010011 | 3f3f3febd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)