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 | テ愿偲氾サ | 1100001110011100110000111000111011000011100101001100001110111011 | c39cc38ec394c3bb |
EUC-JP | テ愿偲氾サ | 10001110110000111101100011000101101111001100010111001000110001011000111010111011 | 8ec3d8c5bcc5c8c58ebb |
UTF-8 | テ愿偲氾サ | 111011111011111010000011111001101000010010111111111001011000000110110010111001101011000010111110111011111011110110111011 | efbe83e684bfe581b2e6b0beefbdbb |
UHC | ?愿?氾? | 00111111111010101011010000111111110110111111000000111111 | 3feab43fdbf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)