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 | 鈐。蟲ー | 111110111100001010100001111001011011001110110000 | fbc2a1e5b3b0 |
EUC-JP | 鈐。蟲ー | 100011111110001111000001100011101010000111101010101101011000111010110000 | 8fe3c18ea1eab58eb0 |
UTF-8 | 鈐。蟲ー | 111010011000100010010000111011111011110110100001111010001001111110110010111011111011110110110000 | e98890efbda1e89fb2efbdb0 |
UHC | 鈐?蟲? | 110011001010001000111111111101011111100100111111 | cca23ff5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)