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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋻賍跋貅 | 1111101111011001111001101101101011100110111010111110011010111010 | fbd9e6dae6ebe6ba |
EUC-JP | 鋻賍跋貅 | 100011111110010011010001111011001101110011101100111011011110110010111100 | 8fe4d1ecdcecedecbc |
UTF-8 | 鋻賍跋貅 | 111010011000101110111011111010001011001110001101111010001011011110001011111010001011001010000101 | e98bbbe8b38de8b78be8b285 |
UHC | ??跋? | 0011111100111111110110111010001000111111 | 3f3fdba23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)