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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 質ー鳬カ | 111100001100000010001110101111111111001010110011101100001110100111101001111100111111000010110110 | f0c08ebff2b3b0e9e9f3f0b6 |
EUC-JP | ?質?ー鳬?カ | 0011111110111100110000010011111110001110101100001111001011101011001111111000111010110110 | 3fbcc13f8eb0f2eb3f8eb6 |
UTF-8 | 質ー鳬カ | 111011101000000110111111111010001011001110101010111011101000011110101010111011111011110110110000111010011011001110101100111011101000101110100011111011111011110110110110 | ee81bfe8b3aaee87aaefbdb0e9b3acee8ba3efbdb6 |
UHC | ?質????? | 0011111111110010111101010011111100111111001111110011111100111111 | 3ff2f53f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)