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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 錞ン・錞ン・^ | 111110111101101111011101101001011111101111011011110111011010010101011110 | fbdbdda5fbdbdda55e |
EUC-JP | 錞ン・錞ン・^ | 100011111110010011011100100011101101110110001110101001011000111111100100110111001000111011011101100011101010010101011110 | 8fe4dc8edd8ea58fe4dc8edd8ea55e |
UTF-8 | 錞ン・錞ン・^ | 11101001100011001001111011101111101111101001110111101111101111011010010111101001100011001001111011101111101111101001110111101111101111011010010101011110 | e98c9eefbe9defbda5e98c9eefbe9defbda55e |
UHC | 錞??錞??^ | 111000101111011000111111001111111110001011110110001111110011111101011110 | e2f63f3fe2f63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)