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 | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
SJIS-WIN | テヲテコツヲrB | 1100001110100110110000111011101011000010101001100111001001000010 | c3a6c3bac2a67242 |
EUC-JP | テヲテコツヲrB | 1000111011000011100011101010011010001110110000111000111010111010100011101100001010001110101001100111001001000010 | 8ec38ea68ec38eba8ec28ea67242 |
UTF-8 | テヲテコツヲrB | 1110111110111110100000111110111110111101101001101110111110111110100000111110111110111101101110101110111110111110100000101110111110111101101001100111001001000010 | efbe83efbda6efbe83efbdbaefbe82efbda67242 |
UHC | ??????rB | 0011111100111111001111110011111100111111001111110111001001000010 | 3f3f3f3f3f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)