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 | ????_B | 001111110011111100111111001111110101111101000010 | 3f3f3f3f5f42 |
SJIS-WIN | ク鈺ウ_B | 1111000010111001101110001111101111000100101100110101111101000010 | f0b9b8fbc4b35f42 |
EUC-JP | ?ク鈺ウ_B | 00111111100011101011100010001111111000111101010110001110101100110101111101000010 | 3f8eb88fe3d58eb35f42 |
UTF-8 | ク鈺ウ_B | 1110111010000001101110001110111110111101101110001110100110001000101110101110111110111101101100110101111101000010 | ee81b8efbdb8e988baefbdb35f42 |
UHC | ??鈺?_B | 00111111001111111110100010101101001111110101111101000010 | 3f3fe8ad3f5f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)