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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟾ス迢ク陲鳳 | 11100101101101111011110111100111100010111011100011101000101000101001011001010000 | e5b7bde78bb8e8a29650 |
EUC-JP | 蟾ス迢ク陲鳳 | 111010101011100110001110101111011110110111101011100011101011100011110000101001001100101110110001 | eab98ebdedeb8eb8f0a4cbb1 |
UTF-8 | 蟾ス迢ク陲鳳 | 111010001001111110111110111011111011110110111101111010001011111110100010111011111011110110111000111010011001100110110010111010011011001110110011 | e89fbeefbdbde8bfa2efbdb8e999b2e9b3b3 |
UHC | 蟾????鳳 | 1110000011101010001111110011111100111111001111111101110011110011 | e0ea3f3f3f3fdcf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)