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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魄大虫蟯ォ | 111010011010111010010001111001011001001010001110111001011011001010101011 | e9ae91e5928ee5b2ab |
EUC-JP | 魄大虫蟯ォ | 11110010101100001100001011100111110000111110111011101010101101001000111010101011 | f2b0c2e7c3eeeab48eab |
UTF-8 | 魄大虫蟯ォ | 111010011010110110000100111001011010010010100111111010001001100110101011111010001001111110101111111011111011110110101011 | e9ad84e5a4a7e899abe89fafefbdab |
UHC | 魄大?蟯? | 1101101111011110110100111101111000111111111010011010100000111111 | dbded3de3fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)