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 | 髯ス鬮エ驤忍 | 11101001100110011011110111101001101010111011010011101001100010001001010001000101 | e999bde9abb4e9889445 |
EUC-JP | 髯ス鬮エ驤忍 | 111100011111100110001110101111011111001010101101100011101011010011110001111010001100011110100110 | f1f98ebdf2ad8eb4f1e8c7a6 |
UTF-8 | 髯ス鬮エ驤忍 | 111010011010101110101111111011111011110110111101111010011010110010101110111011111011110110110100111010011010100110100100111001011011111110001101 | e9abafefbdbde9acaeefbdb4e9a9a4e5bf8d |
UHC | ?????忍 | 00111111001111110011111100111111001111111110110011011011 | 3f3f3f3f3fecdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)